UNPKG

902 BJSONView Raw
1{
2 "name": "coffeescript",
3 "description": "Unfancy JavaScript",
4 "keywords": ["javascript", "language", "coffeescript", "compiler"],
5 "author": "Jeremy Ashkenas",
6 "version": "1.3.2",
7 "licenses": [{
8 "type": "MIT",
9 "url": "https://github.com/jashkenas/coffee-script/raw/master/LICENSE"
10 }],
11 "engines": {
12 "node": ">=0.4.0"
13 },
14 "directories" : {
15 "lib" : "./lib/coffee-script"
16 },
17 "main" : "./lib/coffee-script/coffee-script",
18 "bin": {
19 "coffee": "./bin/coffee",
20 "cake": "./bin/cake"
21 },
22 "homepage": "http://coffeescript.org",
23 "bugs": "https://github.com/jashkenas/coffee-script/issues",
24 "repository": {
25 "type": "git",
26 "url": "git://github.com/jashkenas/coffee-script.git"
27 },
28 "devDependencies": {
29 "uglify-js": ">=1.0.0",
30 "jison": ">=0.2.0"
31 }
32}