forked from c9/cloud9
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (61 loc) · 2.31 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
{
"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.10",
"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.36",
"vfs-architect": "0.0.2",
"jsDAV": "0.2.4"
},
"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/cc2a2c9e056c6d4049f8849ec3ad72974de37177"],
"apf": ["npm", "https://github.com/ajaxorg/apf/tarball/145f65bd24ae83f041418dd01a9c51d278045f3f"],
"asyncjs": ["npm", "https://github.com/ajaxorg/async.js/tarball/0b4ed5608a32c280a7690b5f52883d8d1fc0de08"],
"v8debug": ["npm", "https://github.com/ajaxorg/lib-v8debug/tarball/d2fac9b09724cb2e75e2807191eace9bc27d3b52"],
"packager": ["npm", "https://github.com/ajaxorg/packager/tarball/bee2a82c6d5e2875024bfdc83937e98092ccf04f"],
"treehugger": ["npm", "https://github.com/ajaxorg/treehugger/tarball/b22d7ad712f76a7e7b1070ab339d567dfbf059b1"],
"runjs": ["npm", "https://github.com/c9/runjs/tarball/347ad9627fb4a1d63458bc66ea40f0bf1efbf05c"]
},
"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"
}
}