-
Notifications
You must be signed in to change notification settings - Fork 111
/
Copy pathpackage.json
54 lines (54 loc) · 1.32 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "coffee-script-redux",
"author": "Michael Ficarra",
"version": "2.0.0-beta9-dev",
"homepage": "https://github.com/michaelficarra/CoffeeScriptRedux",
"bugs": "https://github.com/michaelficarra/CoffeeScriptRedux/issues",
"description": "Unfancy JavaScript",
"keywords": [
"coffeescript",
"javascript",
"language",
"compiler"
],
"main": "./lib/module",
"bin": {
"coffee": "./bin/coffee"
},
"repository": {
"type": "git",
"url": "git://github.com/michaelficarra/CoffeeScriptRedux.git"
},
"scripts": {
"build": "make -j build",
"test": "make -j test"
},
"devDependencies": {
"mocha": "~1.12.0",
"pegjs": "~0.8.0",
"pegjs-each-code": "~0.2.0",
"commonjs-everywhere": "~0.9.0",
"cluster": "~0.7.7",
"semver": "~2.1.0"
},
"dependencies": {
"StringScanner": "~0.0.3",
"nopt": "~2.1.2"
},
"optionalDependencies": {
"esmangle": "~1.0.0",
"source-map": "0.1.x",
"escodegen": "~1.2.0",
"cscodegen": "git+https://github.com/michaelficarra/cscodegen.git#73fd7202ac086c26f18c9d56f025b18b3c6f5383"
},
"engines": {
"node": "0.8.x || 0.10.x"
},
"licenses": [
{
"type": "3-clause BSD",
"url": "https://raw.github.com/michaelficarra/CoffeeScriptRedux/master/LICENSE"
}
],
"license": "3-clause BSD"
}