UNPKG

1.04 kBJSONView 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.12.0",
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 "files": [
25 "bin",
26 "lib",
27 "register.js",
28 "repl.js"
29 ],
30 "preferGlobal": true,
31 "scripts": {
32 "test": "node ./bin/cake test",
33 "test-harmony": "node --harmony ./bin/cake test"
34 },
35 "homepage": "http://coffeescript.org",
36 "bugs": "https://github.com/jashkenas/coffeescript/issues",
37 "repository": {
38 "type": "git",
39 "url": "git://github.com/jashkenas/coffeescript.git"
40 },
41 "devDependencies": {
42 "docco": "~0.7.0",
43 "google-closure-compiler-js": "^20161024.0.0",
44 "highlight.js": "~9.8.0",
45 "jison": ">=0.4.17",
46 "underscore": "~1.8.3"
47 }
48}