-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 958 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 958 Bytes
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
{
"name": "crood",
"description": "Web-based code editor in node.js",
"version": "2.2.2",
"author": {
"name": "Anup Bishnoi",
"email": "pixelsallover@gmail.com"
},
"dependencies": {
"apper": "2.3.2",
"body-parser": "^1.8.1",
"debug": "0.7.2",
"minimist": "0.2.0",
"opener": "1.3.0",
"underscore": "1.5.1",
"web-terminal": "^0.6.6"
},
"keywords": [
"code editor",
"web",
"node.js",
"editor"
],
"repository": {
"type": "git",
"url": "git://github.com/anupbishnoi/crood"
},
"main": "server",
"bin": {
"crood": "./bin/crood"
},
"scripts": {
"prepublish": "npm prune",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "DEBUG=apper:*,crood node server.js"
},
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/anupbishnoi/crood/issues"
},
"homepage": "https://github.com/anupbishnoi/crood"
}