forked from vmware-archive/scripted
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.45 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.45 KB
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
{
"name": "scripted",
"version": "0.3.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 <aclement@vmware.com>",
"Andrew Eisenberg <aeisenberg@vmware.com>",
"Kris De Volder <kdvolder@vmware.com>",
"Alain Kalker <a.c.kalker@gmail.com>",
"Nieraj Singh <nierajsingh@vmware.com>",
"Scott Andrews <andrewss@vmware.com>",
"Jeremy Grelle <jgrelle@vmware.com>"
],
"bin": {
"scr": "./bin/scr",
"scripted": "./bin/scripted"
},
"scripts": {
"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": "git+https://github.com/aclement/serv.git#livereload",
"sockjs": "0.3.1",
"websocket-multiplex": "https://github.com/kdvolder/websocket-multiplex/archive/master.tar.gz",
"when": "1.6.1",
"rest": "0.8.4",
"express": "3.0.6",
"bower": "0.6.8"
},
"devDependencies": {
"nodeunit": "0.7.4"
},
"license": "EPL",
"readmeFilename": "README.md"
}