-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 881 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
{
"name": "openide",
"version": "0.0.0",
"description": "An open source online IDE.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/weihang7/openide"
},
"author": {
"name": "Weihang Fan",
"email": "[email protected]"
},
"homepage": "http://www.weihangfan.com/",
"engines": {
"node": ">= 0.6.0",
"npm": ">= 1.0.0"
},
"dependencies": {
"express": "~3.4.4",
"kue": "~0.7.5",
"hat": "0.0.3",
"mongodb": "^1.3.23",
"cluster": "^0.7.7"
},
"bundleDependencies": [],
"private": false,
"main": "server.js",
"license": "AGPL",
"devDependencies": {
"grunt": "0.4.2",
"grunt-contrib-uglify": "0.2.7",
"grunt-contrib-jshint": "0.8.0",
"grunt-contrib-watch": "0.5.3",
"grunt-contrib-concat": "0.3.0"
}
}