-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (60 loc) · 2.29 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
{
"name": "cloud9",
"description": "Cloud9 IDE",
"version": "0.7.0",
"homepage" : "http://github.com/ajaxorg/cloud9",
"engines": {"node": ">= 0.6.15"},
"author": "Ajax.org B.V. <[email protected]>",
"help": {
"web": "https://github.com/ajaxorg/cloud9/blob/master/README.md",
"cli": "./scripts/help.js"
},
"pm": "sm",
"dependencies": {
"connect": "1.8.7",
"sourcemint-loader-js": "0.x",
"sourcemint-platform-nodejs": "0.x",
"http-error": "0.0.1",
"simple-template": "0.0.1",
"optimist": "0.3.4",
"dryice": "0.4.2",
"mappings": "0.1.x",
"amd-loader": "0.0.4",
"async": "0.1.21",
"netutil": "0.0.1",
"architect": "0.1.4",
"connect-architect": "0.0.6",
"smith": "0.1.9",
"smith.io": "0.0.25",
"vfs-architect": "0.0.2"
},
"devDependencies": {
"nodeunit": "0.7.4",
"sinon": "1.3.4",
"rimraf": "2.0.1",
"vfs-local": "~0.3.4",
"vfs-nodefs-adapter": "~0.3.0"
},
"mappings": {
"ace": ["npm", "https://github.com/ajaxorg/ace/tarball/7bd83a46d97ef2f79d8afe9bf38fec5c3745016a"],
"apf": ["npm", "https://github.com/ajaxorg/apf/tarball/381c9fe8555ddc25cef1638783e54bde48049132"],
"asyncjs": ["npm", "https://github.com/ajaxorg/async.js/tarball/0b4ed5608a32c280a7690b5f52883d8d1fc0de08"],
"jsDAV": ["npm", "https://github.com/ajaxorg/jsDAV/tarball/bee19ea38f0260de6658043fffa587bab955b5bf"],
"v8debug": ["npm", "https://github.com/ajaxorg/lib-v8debug/tarball/d2fac9b09724cb2e75e2807191eace9bc27d3b52"],
"packager": ["npm", "https://github.com/ajaxorg/packager/tarball/2e9f9ecf423ca68cf49bf328ba71a5e4a13e7950"],
"treehugger": ["npm", "https://github.com/ajaxorg/treehugger/tarball/d7ab6ada6ec802f8d4107dae038327c7fa9c5601"]
},
"repository" : {
"type" : "git",
"url" : "git://github.com/ajaxorg/cloud9.git"
},
"licenses": [{
"type": "GPLv3",
"url": "http://www.gnu.org/licenses/gpl-3.0.txt"
}],
"scripts": {
"start": "sh ./bin/cloud9.sh",
"build-debug": "node ./scripts/build-debug",
"build-packed": "node ./scripts/build-packed"
}
}