forked from michaelficarra/CoffeeScriptRedux
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
61 lines (61 loc) · 1.54 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
55
56
57
58
59
60
61
{
"name": "typed-coffee-script",
"author": "mizchi",
"version": "0.12.2",
"homepage": "https://github.com/mizchi/TypedCoffeeScript",
"bugs": "https://github.com/mizchi/TypedCoffeeScript/issues",
"description": "Unfancy JavaScript with Types",
"keywords": [
"typedcoffeescript",
"coffeescript",
"javascript",
"language",
"compiler"
],
"main": "./lib/module",
"bin": {
"tcoffee": "./bin/tcoffee"
},
"repository": {
"type": "git",
"url": "git://github.com/michaelficarra/CoffeeScriptRedux.git"
},
"scripts": {
"build": "make -j build",
"test": "make -j test"
},
"devDependencies": {
"cluster": "~0.7.7",
"commonjs-everywhere": "~0.9.0",
"grunt": "^0.4.5",
"grunt-contrib-coffee": "^0.10.1",
"mocha": "~1.12.0",
"pegjs": "git+https://github.com/dmajda/pegjs.git#bea6b1fde74c8aebf802f9bcc3380c65b241e1b7",
"semver": "~2.1.0"
},
"dependencies": {
"StringScanner": "~0.0.3",
"coffee-script": "^1.7.1",
"colors": "^0.6.2",
"lodash": "^2.4.1",
"nopt": "~2.1.2",
"optimist": "^0.6.1"
},
"optionalDependencies": {
"prettyjson": "*",
"esmangle": "~0.0.8",
"source-map": "0.1.11",
"escodegen": "~0.0.24",
"cscodegen": "git://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"
}