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",
|
2016-10-21 12:56:25 -04:00
|
|
|
"version": "2.0.0-alpha",
|
2014-01-27 20:56:29 -05:00
|
|
|
"license": "MIT",
|
|
|
|
"engines": {
|
2016-12-19 02:25:01 -05:00
|
|
|
"node": ">=7.2.1"
|
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
|
|
|
},
|
2016-09-24 08:26:46 -04:00
|
|
|
"files": [
|
|
|
|
"bin",
|
|
|
|
"lib",
|
|
|
|
"register.js",
|
|
|
|
"repl.js"
|
|
|
|
],
|
2014-03-14 20:44:38 -04:00
|
|
|
"preferGlobal": true,
|
2012-07-08 22:55:43 -04:00
|
|
|
"scripts": {
|
2016-11-29 02:10:17 -05:00
|
|
|
"test": "node ./bin/cake test",
|
2013-11-29 23:59:22 -05:00
|
|
|
"test-harmony": "node --harmony ./bin/cake test"
|
2012-07-08 22:55:43 -04:00
|
|
|
},
|
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": {
|
2016-11-29 02:10:17 -05:00
|
|
|
"docco": "~0.7.0",
|
2017-02-09 16:26:46 -05:00
|
|
|
"google-closure-compiler-js": "^20170124.0.0",
|
2016-12-14 03:06:20 -05:00
|
|
|
"highlight.js": "~9.9.0",
|
2016-11-29 02:10:17 -05:00
|
|
|
"jison": ">=0.4.17",
|
2016-12-11 04:06:11 -05:00
|
|
|
"marked": "^0.3.6",
|
2016-11-29 02:10:17 -05:00
|
|
|
"underscore": "~1.8.3"
|
2016-10-23 11:37:51 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"marked": "~0.3.6"
|
2011-02-17 21:21:31 -05:00
|
|
|
}
|
2009-12-24 17:41:35 -05:00
|
|
|
}
|