forked from vmware-archive/scripted
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.94 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
{
"name": "scripted",
"version": "0.5.0",
"description": "A fast and lightweight browser based code editor",
"keywords": [ "javascript", "browser", "code", "editor" ],
"repository": {
"type": "git",
"url": "git://github.com/scripted-editor/scripted.git"
},
"bugs": {
"url": "http://github.com/scripted-editor/scripted/issues"
},
"contributors": [
"Andy Clement <[email protected]>",
"Andrew Eisenberg <[email protected]>",
"Kris De Volder <[email protected]>",
"Alain Kalker <[email protected]>",
"Nieraj Singh <[email protected]>",
"Scott Andrews <[email protected]>",
"Jeremy Grelle <[email protected]>",
"Brian Cavalier <[email protected]>",
"John Hann <[email protected]>",
"Tony Georgiev <[email protected]>",
"Loc Nguyen <[email protected]>"
],
"bin": {
"scr": "./bin/scr",
"scripted": "./bin/scripted"
},
"scripts": {
"start" : "node server/cloudfoundry/start-cloudfoundry.js",
"test": "node tests/server/run-all.js",
"postinstall": "cd client && bower install"
},
"dependencies": {
"amdefine": "0.0.2",
"enhanced-resolve": "0.4.5",
"formidable": "1.0.9",
"htmlparser": "1.7.6",
"json5": "0.1.0",
"node-static": "0.5.9",
"optimist": "0.3.5",
"rest": "0.8.4",
"serv": "https://github.com/kdvolder/serv/archive/master.tar.gz",
"sockjs": "0.3.1",
"websocket-multiplex": "https://github.com/kdvolder/websocket-multiplex/archive/master.tar.gz",
"when": "2.0.1",
"rest": "https://github.com/s2js/rest/archive/dev.tar.gz",
"express": "3.0.6",
"bower": "1.8.0",
"mime": "1.2.9",
"priorityqueuejs": "0.1.0",
"mongodb": "1.2.13"
},
"devDependencies": {
"fake-fs": "https://github.com/eldargab/node-fake-fs/archive/50f54e9551d9ece5578213564268021d4976db26.tar.gz",
"nodeunit": "0.7.4"
},
"license": "EPL-1.0",
"readmeFilename": "README.md"
}