mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
Merge branch 'npm' of git://github.com/Tim-Smart/coffee-script
This commit is contained in:
12
package.json
12
package.json
@@ -3,5 +3,15 @@
|
||||
"description": "Unfancy JavaScript",
|
||||
"keywords": ["javascript", "language"],
|
||||
"author": "Jeremy Ashkenas",
|
||||
"version": "0.6.2"
|
||||
"version": "0.6.2",
|
||||
"licenses": [{
|
||||
"type": "MIT",
|
||||
"url": "http://github.com/jashkenas/coffee-script/raw/master/LICENSE"
|
||||
}],
|
||||
"engines": {
|
||||
"node": ">=0.1.99"
|
||||
},
|
||||
"scripts": {
|
||||
"install": "sudo bin/cake install"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user