-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (61 loc) · 2.67 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.x",
"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.3"
},
"devDependencies": {
"nodeunit": "0.7.4",
"sinon": "1.3.4",
"rimraf": "2.0.1",
"vfs-local": "0.1.6",
"vfs-nodefs-adapter": "0.0.4"
},
"mappings": {
"ace": ["npm", "https://github.com/ajaxorg/ace/tarball/97e40eb58050f7ee9dee435f9e2cf7fc0956a108"],
"apf": ["npm", "https://github.com/ajaxorg/apf/tarball/ca9053b1a9a499d587063f04cc02acf091d44b28"],
"asyncjs": ["npm", "https://github.com/ajaxorg/async.js/tarball/0b4ed5608a32c280a7690b5f52883d8d1fc0de08"],
"jsDAV": ["npm", "https://github.com/ajaxorg/jsDAV/tarball/53818b85736cbe12f63a7cd46e4cbc4214d1c64c"],
"v8debug": ["npm", "https://github.com/ajaxorg/lib-v8debug/tarball/d2fac9b09724cb2e75e2807191eace9bc27d3b52"],
"packager": ["npm", "https://github.com/ajaxorg/packager/tarball/01597eacd22ad660977d43c44b4001107117b8ea"],
"vfs": ["npm", "https://github.com/c9/vfs/tarball/61841e99eda6ea9a8b801fd145b9a0af286ad324"],
"vfs-architect":["npm", "https://github.com/c9/vfs-architect/tarball/43bd19b9e7b2ddb95bdc1116143ce7fb22c6a5d3"],
"treehugger": ["npm", "https://github.com/ajaxorg/treehugger/tarball/8026fea03e87a5a773e87ae9d78e29fab912d52e"],
"socket.io": ["npm", "https://github.com/ajaxorg/socket.io/tarball/7aa252bab49e6bbc314dc2678b108b6e0876007a"],
"socket.io-client": ["npm", "https://github.com/ajaxorg/socket.io-client/tarball/35f0763ffcaa7ccc3c664460667577e77da82b10"]
},
"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"
}
}