2009-12-24 17:41:35 -05:00
|
|
|
{
|
2014-01-27 20:56:29 -05:00
|
|
|
"name": "coffee-script",
|
|
|
|
"description": "Unfancy JavaScript",
|
|
|
|
"keywords": [
|
|
|
|
"javascript",
|
|
|
|
"language",
|
|
|
|
"coffeescript",
|
|
|
|
"compiler"
|
|
|
|
],
|
|
|
|
"author": "Jeremy Ashkenas",
|
2014-01-30 00:19:36 -05:00
|
|
|
"version": "1.7.1",
|
2014-01-27 20:56:29 -05:00
|
|
|
"license": "MIT",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.8.0"
|
2011-02-17 21:21:31 -05:00
|
|
|
},
|
2014-01-27 20:56:29 -05:00
|
|
|
"directories": {
|
|
|
|
"lib": "./lib/coffee-script"
|
2011-02-17 21:21:31 -05:00
|
|
|
},
|
2014-01-27 20:56:29 -05:00
|
|
|
"main": "./lib/coffee-script/coffee-script",
|
|
|
|
"bin": {
|
|
|
|
"coffee": "./bin/coffee",
|
|
|
|
"cake": "./bin/cake"
|
2011-02-17 21:21:31 -05:00
|
|
|
},
|
2014-03-14 20:44:38 -04:00
|
|
|
"preferGlobal": true,
|
2012-07-08 22:55:43 -04:00
|
|
|
"scripts": {
|
|
|
|
"test": "node ./bin/cake test"
|
|
|
|
},
|
2014-01-27 20:56:29 -05:00
|
|
|
"homepage": "http://coffeescript.org",
|
2014-05-08 15:07:42 -04:00
|
|
|
"bugs": "https://github.com/jashkenas/coffeescript/issues",
|
2014-01-27 20:56:29 -05:00
|
|
|
"repository": {
|
2011-02-17 21:21:31 -05:00
|
|
|
"type": "git",
|
2014-05-08 15:07:42 -04:00
|
|
|
"url": "git://github.com/jashkenas/coffeescript.git"
|
2011-08-04 23:55:48 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2014-01-27 20:56:29 -05:00
|
|
|
"uglify-js": "~2.2",
|
|
|
|
"jison": ">=0.2.0",
|
2014-01-28 13:13:17 -05:00
|
|
|
"highlight.js": "~8.0.0",
|
2014-02-01 22:06:21 -05:00
|
|
|
"underscore": "~1.5.2",
|
|
|
|
"docco": "0.6.x"
|
2013-08-01 05:17:27 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2014-01-29 23:52:49 -05:00
|
|
|
"mkdirp": "~0.3.5",
|
|
|
|
"docco": "~0.6.2"
|
2011-02-17 21:21:31 -05:00
|
|
|
}
|
2009-12-24 17:41:35 -05:00
|
|
|
}
|