forked from mrvautin/adminMongo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.17 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
53
{
"name": "admin-mongo",
"version": "0.0.3",
"description": "A Web user interface to administer MongoDB databases",
"author": "Mark Moffat <[email protected]>",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/mrvautin/adminmongo"
},
"bugs": {
"url": "https://github.com/mrvautin/adminmongo/issues"
},
"scripts": {
"start": "node app.js"
},
"keywords": [
"mongodb",
"admin",
"web",
"ui",
"gui",
"database",
"user",
"manage",
"administer"
],
"dependencies": {
"ace-builds": "^1.2.2",
"async": "^1.5.2",
"body-parser": "~1.13.2",
"bootstrap": "^3.3.6",
"config": "^1.17.1",
"cookie-parser": "~1.3.5",
"express": "~4.13.1",
"express-handlebars": "^2.0.1",
"express-session": "^1.13.0",
"font-awesome": "^4.5.0",
"hbs": "~3.1.0",
"i18n-2": "^0.6.3",
"install": "^0.8.1",
"jquery": "^2.2.0",
"mongodb": "^2.1.4",
"mongodb-extended-json": "^1.6.2",
"mongodb-uri": "^0.9.7",
"mongojs": "^2.2.2",
"morgan": "~1.6.1",
"nconf": "^0.8.2",
"npm": "^3.9.3",
"serve-favicon": "~2.3.0"
},
"license": "MIT"
}