mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
df2b79fa56
also changed version requirement notation for from `n.n.x` to `~n.n.n` like the others
44 lines
935 B
JSON
44 lines
935 B
JSON
{
|
|
"name": "coffee-script",
|
|
"description": "Unfancy JavaScript",
|
|
"keywords": [
|
|
"javascript",
|
|
"language",
|
|
"coffeescript",
|
|
"compiler"
|
|
],
|
|
"author": "Jeremy Ashkenas",
|
|
"version": "1.7.1",
|
|
"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"
|
|
},
|
|
"preferGlobal": true,
|
|
"scripts": {
|
|
"test": "node ./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": {
|
|
"uglify-js": "~2.2",
|
|
"jison": ">=0.2.0",
|
|
"highlight.js": "~8.0.0",
|
|
"underscore": "~1.5.2",
|
|
"docco": "~0.6.2"
|
|
},
|
|
"dependencies": {
|
|
"mkdirp": "~0.3.5"
|
|
}
|
|
}
|