-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathpackage.json
72 lines (72 loc) · 1.99 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
62
63
64
65
66
67
68
69
70
71
72
{
"name": "aether",
"version": "0.5.40",
"description": "Analyzes, instruments, and transpiles JS to help beginners.",
"keywords": [
"lint",
"static analysis",
"transpiler",
"learning programming"
],
"repository": {
"type": "git",
"url": "https://github.com/codecombat/aether"
},
"contributors": [
"Nick Winter <[email protected]> (http://www.nickwinter.net/)",
"Michael Schmatz <[email protected]> (https://github.com/schmatz)",
"Scott Erickson <[email protected]> (https://github.com/sderickson)"
],
"main": "lib/aether",
"dependencies": {
"acorn": "~0.3.1",
"aether-lang-stdlibs": "^1.0.1",
"cashew-js": "git://github.com/codecombat/cashew",
"coffee-script-redux": "git://github.com/michaelficarra/CoffeeScriptRedux",
"deku": "^2.0.0-rc16",
"escodegen": "~1.3.0",
"esper.js": "^0.1.0",
"esprima": "^2.7.1",
"estraverse": "~1.5.0",
"skulpty": "git://github.com/codecombat/skulpty",
"htmlparser2": "^3.9.1",
"jshint": "~2.3.0",
"lodash": "~2.4.1",
"lua2js": "~0.0.7",
"string_score": "^0.1.20",
"tv4": "~1.0.7"
},
"devDependencies": {
"coffeelint": "^1.13.0",
"grunt": "~0.4.1",
"grunt-browserify": "~2.1.0",
"grunt-coffeelint": "~0.0.7",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-jade": "~0.9.1",
"grunt-contrib-jasmine": "~0.5.1",
"grunt-contrib-sass": "~0.7.2",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.5.1",
"grunt-gh-pages": "~0.9.0",
"grunt-istanbul": "^0.7.0",
"grunt-jasmine-node": "~0.1.0",
"grunt-newer": "^1.1.0",
"grunt-notify": "~0.2.7",
"grunt-push-release": "~0.1.1",
"grunt-string-replace": "^1.2.0",
"jasmine-node": "~1.11.0"
},
"scripts": {
"test": "grunt travis --verbose"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/nwinter/aether/blob/master/LICENSE"
}
],
"engines": {
"node": ">=0.8"
}
}