forked from mongo-express/mongo-express
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 915 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
{
"author": "https://github.com/andzdroid",
"name": "mongo-express",
"description": "Web-based admin interface for MongoDB",
"version": "0.21.0",
"repository": {
"type": "git",
"url": "git://github.com/andzdroid/mongo-express.git"
},
"dependencies": {
"async": "~0.8.0",
"basic-auth-connect": "^1.0.0",
"body-parser": "^1.12.4",
"consolidate": "~0.12.0",
"cookie-parser": "^1.3.5",
"errorhandler": "^1.3.6",
"express": "^4.12.4",
"express-session": "^1.11.2",
"method-override": "^2.3.3",
"mongodb": "~2.0.33",
"morgan": "^1.5.3",
"serve-favicon": "^2.2.1",
"swig": "~1.3.2",
"underscore": "~1.6.0"
},
"devDependencies": {
"mocha": "~1.18.2",
"chai": "~1.9.1"
},
"engine": "node >= 0.10",
"license": "MIT",
"scripts": {
"start": "node app",
"test": "./node_modules/.bin/mocha"
},
"main": "./middleware"
}