UNPKG

948 BJSONView Raw
1{
2 "name": "coffeescript",
3 "description": "Unfancy JavaScript",
4 "keywords": [
5 "javascript",
6 "language",
7 "coffeescript",
8 "compiler"
9 ],
10 "author": "Jeremy Ashkenas",
11 "version": "1.9.2",
12 "license": "MIT",
13 "engines": {
14 "node": ">=0.8.0"
15 },
16 "directories": {
17 "lib": "./lib/coffee-script"
18 },
19 "main": "./lib/coffee-script/coffee-script",
20 "bin": {
21 "coffee": "./bin/coffee",
22 "cake": "./bin/cake"
23 },
24 "preferGlobal": true,
25 "scripts": {
26 "test": "node ./bin/cake test",
27 "test-harmony": "node --harmony ./bin/cake test"
28 },
29 "homepage": "http://coffeescript.org",
30 "bugs": "https://github.com/jashkenas/coffeescript/issues",
31 "repository": {
32 "type": "git",
33 "url": "git://github.com/jashkenas/coffeescript.git"
34 },
35 "devDependencies": {
36 "uglify-js": "~2.2",
37 "jison": ">=0.2.0",
38 "highlight.js": "~8.0.0",
39 "underscore": "~1.5.2",
40 "docco": "~0.7.0"
41 }
42}