forked from mongo-express/mongo-express
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 903 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.23.3",
"repository": {
"type": "git",
"url": "git://github.com/andzdroid/mongo-express.git"
},
"dependencies": {
"async": "1.4.2",
"basic-auth-connect": "1.0.0",
"body-parser": "1.14.0",
"consolidate": "0.12.1",
"cookie-parser": "1.4.0",
"errorhandler": "1.4.2",
"express": "4.13.3",
"express-session": "1.11.3",
"method-override": "2.3.5",
"mongodb": "2.0.43",
"morgan": "1.6.1",
"serve-favicon": "2.3.0",
"swig": "1.4.2",
"underscore": "1.8.3"
},
"devDependencies": {
"mocha": "2.3.3",
"chai": "3.3.0"
},
"engine": "node >= 0.10",
"license": "MIT",
"scripts": {
"start": "node app",
"test": "./node_modules/mocha/bin/mocha"
},
"main": "./middleware"
}