-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (64 loc) · 2.77 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
73
{
"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",
"smith.io": "0.0.10",
"events": "0.5.0",
"engine.io-client": "0.2.0"
},
"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/7bd83a46d97ef2f79d8afe9bf38fec5c3745016a"],
"apf": ["npm", "https://github.com/ajaxorg/apf/tarball/266b87a91c7498b3f4fc77f79da9a4cc53be7f8f"],
"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/9d7e39b1221bfecb2b462079e77193d19898adaa"],
"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/d7ab6ada6ec802f8d4107dae038327c7fa9c5601"],
"browser-msgpack-js": ["npm", "https://github.com/creationix/msgpack-js-browser/tarball/e6dc213cb602d5a8fb402520d7841d2664cd10e9"],
"smith": ["npm", "https://github.com/c9/smith/tarball/0080a7cd8308401473941aa97a02043c0467467e"]
},
"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"
}
}