mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
49 lines
1 KiB
JSON
49 lines
1 KiB
JSON
{
|
|
"name": "coffee-script",
|
|
"description": "Unfancy JavaScript",
|
|
"keywords": [
|
|
"javascript",
|
|
"language",
|
|
"coffeescript",
|
|
"compiler"
|
|
],
|
|
"author": "Jeremy Ashkenas",
|
|
"version": "1.12.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
},
|
|
"directories": {
|
|
"lib": "./lib/coffee-script"
|
|
},
|
|
"main": "./lib/coffee-script/coffee-script",
|
|
"bin": {
|
|
"coffee": "./bin/coffee",
|
|
"cake": "./bin/cake"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"lib",
|
|
"register.js",
|
|
"repl.js"
|
|
],
|
|
"preferGlobal": true,
|
|
"scripts": {
|
|
"test": "node ./bin/cake test",
|
|
"test-harmony": "node --harmony ./bin/cake test"
|
|
},
|
|
"homepage": "http://coffeescript.org",
|
|
"bugs": "https://github.com/jashkenas/coffeescript/issues",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/jashkenas/coffeescript.git"
|
|
},
|
|
"devDependencies": {
|
|
"docco": "~0.7.0",
|
|
"google-closure-compiler-js": "^20161201.0.0",
|
|
"highlight.js": "~9.9.0",
|
|
"jison": ">=0.4.17",
|
|
"marked": "^0.3.6",
|
|
"underscore": "~1.8.3"
|
|
}
|
|
}
|