From 0520bf0fc75e1f253f9033066da9609b99bdfd41 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Thu, 13 Nov 2014 11:12:49 +0800 Subject: [PATCH] format package.json of coffee-script --- ajax/libs/coffee-script/package.json | 53 ++++++++++++++-------------- 1 file changed, 26 insertions(+), 27 deletions(-) diff --git a/ajax/libs/coffee-script/package.json b/ajax/libs/coffee-script/package.json index 388d4842d..63c9b0da7 100644 --- a/ajax/libs/coffee-script/package.json +++ b/ajax/libs/coffee-script/package.json @@ -1,29 +1,28 @@ { - "name": "coffee-script", - "filename": "coffee-script.min.js", - "version": "1.7.1", - "description": "CoffeeScript is a little language that compiles into JavaScript. Underneath all of those embarrassing braces and semicolons, JavaScript has always had a gorgeous object model at its heart. CoffeeScript is an attempt to expose the good parts of JavaScript in a simple way.", - "homepage": "http://jashkenas.github.com/coffee-script/", - "keywords": [ - "coffeescript", - "compiler", - "language", - "coffee", - "script", - "popular" - ], - "maintainers": [ - { - "name": "Jeremy Ashkenas", - "email": "jashkenas@gmail.com", - "web": "http://ashkenas.com/" - } - ], - "repositories": [ - { - "type": "git", - "url": "https://github.com/jashkenas/coffee-script.git" - } - ] - + "name": "coffee-script", + "filename": "coffee-script.min.js", + "version": "1.7.1", + "description": "CoffeeScript is a little language that compiles into JavaScript. Underneath all of those embarrassing braces and semicolons, JavaScript has always had a gorgeous object model at its heart. CoffeeScript is an attempt to expose the good parts of JavaScript in a simple way.", + "homepage": "http://jashkenas.github.com/coffee-script/", + "keywords": [ + "coffeescript", + "compiler", + "language", + "coffee", + "script", + "popular" + ], + "maintainers": [ + { + "name": "Jeremy Ashkenas", + "email": "jashkenas@gmail.com", + "web": "http://ashkenas.com/" + } + ], + "repositories": [ + { + "type": "git", + "url": "https://github.com/jashkenas/coffee-script.git" + } + ] }