-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.19 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
{
"name": "MongoBrowser",
"version": "0.0.1",
"description": "MongoBrowser is a web-based MongoDB management tool",
"main": "app.js",
"author": {
"name": "Renman Kang",
"email": "bw.renman@gmail.com"
},
"license": "Apache-2.0",
"keywords": [
"mongodb",
"MongoBrowser"
],
"scripts": {
"start": "node ./bin/www"
},
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"async": "~0.9.0",
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "~2.5.5",
"express": "~4.13.4",
"express-session": "~1.10.4",
"fs-extra": "~0.26.7",
"i18n": "~0.5.0",
"log4js": "~0.6.22",
"moment": "~2.11.2",
"mongodb": "~2.1.3",
"node-uuid": "~1.4.3",
"pkginfo": "~0.3.0",
"serve-favicon": "~2.3.0",
"underscore": "~1.8.3"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-handlebars": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-cssshrink": "0.0.9"
},
"repository": {
"type": "git",
"url": "https://github.com/RenmanKang/MongoBrowser.git"
}
}