forked from asyncanup/crood
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 880 Bytes
/
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
{
"name": "crood",
"description": "Web-based code editor in node.js",
"version": "2.2.2",
"author": {
"name": "Anup Bishnoi",
"email": "[email protected]"
},
"dependencies": {
"debug": "0.7.2",
"apper": "2.3.2",
"underscore": "1.5.1",
"minimist": "0.2.0",
"opener": "^1.3.0"
},
"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": "node server.js"
},
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/anupbishnoi/crood/issues"
},
"homepage": "https://github.com/anupbishnoi/crood"
}