-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (58 loc) · 2.22 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
{
"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. <info@ajax.org>",
"help": {
"web": "https://github.com/ajaxorg/cloud9/blob/master/README.md",
"cli": "./scripts/help.js"
},
"dependencies": {
"jsDAV": "https://github.com/ajaxorg/jsDAV/tarball/f78c34c94fa915ca1b24975839b78ff88ea851d6",
"async": "0.1.21",
"mappings": "0.1.x",
"amd-loader": "0.0.4",
"colors": "~0.6.0-1",
"connect": "1.8.7",
"http-error": "0.0.1",
"simple-template": "0.0.1",
"optimist": "0.3.4",
"netutil": "0.0.1",
"msgpack-js-browser": "~0.1.3",
"engine.io": "0.5.0",
"engine.io-client": "0.5.0",
"smith": "https://github.com/c9/smith/tarball/d83208007e681c147ebb12c30e09a193fd731391",
"dryice": "0.4.10",
"vfs-architect": "0.0.2",
"vfs-nodefs-adapter": "0.3.0",
"vfs-local": "https://github.com/c9/vfs-local/tarball/5a95c4a7b313acef3338c31da0001a0d13e9c452",
"architect": "~0.1.10",
"connect-architect": "0.0.6",
"architect-agent": "0.2.2",
"architect-socket-transport": "0.3.0",
"ace": "https://github.com/ajaxorg/ace/tarball/cacd51e2fe911971428dd40d9b09ba3c913a7ed5",
"asyncjs": "https://github.com/ajaxorg/async.js/tarball/bd936c60bb87c58052bcc0307f4e637bd35c908f",
"v8debug": "https://github.com/ajaxorg/lib-v8debug/tarball/d2fac9b09724cb2e75e2807191eace9bc27d3b52",
"treehugger": "https://github.com/ajaxorg/treehugger/tarball/c6fb8e8c7ad7654577e1f843559fb91e925a3b79"
},
"devDependencies": {
"nodeunit": "0.7.4",
"rimraf": "2.0.1"
},
"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",
"postinstall": "make ace"
}
}