mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
27 lines
475 B
JSON
27 lines
475 B
JSON
{
|
|
"name": "coffee-script",
|
|
"version": "1.9.1",
|
|
"main": [
|
|
"lib/coffee-script/coffee-script.js"
|
|
],
|
|
"description": "Unfancy JavaScript",
|
|
"keywords": [
|
|
"javascript",
|
|
"language",
|
|
"coffeescript",
|
|
"compiler"
|
|
],
|
|
"devDependencies": {
|
|
"uglify-js": "~2.2",
|
|
"jison": ">=0.2.0",
|
|
"highlight.js": "~8.0.0",
|
|
"underscore": "~1.5.2",
|
|
"docco": "~0.6.2"
|
|
},
|
|
"author": {
|
|
"name": "Jeremy Ashkenas"
|
|
},
|
|
"ignore": [
|
|
"test"
|
|
]
|
|
}
|