-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.47 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
54
55
56
57
58
{
"author": {
"name": "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": {
"express": "~3.4.8",
"mongodb": "~1.3.23",
"consolidate": "~0.10.0",
"swig": "~1.3.2",
"underscore": "~1.6.0",
"async": "~0.8.0"
},
"devDependencies": {
"mocha": "~1.18.2",
"chai": "~1.9.1"
},
"engine": "node >= 0.10",
"license": "MIT",
"scripts": {
"start": "node app",
"test": "mocha"
},
"main": "./app",
"gitHead": "88d66f3d6b52385dc5814d4293d2d2458812ae05",
"bugs": {
"url": "https://github.com/andzdroid/mongo-express/issues"
},
"homepage": "https://github.com/andzdroid/mongo-express",
"_id": "mongo-express@0.21.0",
"_shasum": "3b59616cfb0a7022f98d6ea7dd19c06a01bc7431",
"_from": "mongo-express@*",
"_npmVersion": "2.7.5",
"_nodeVersion": "1.6.4",
"_npmUser": {
"name": "andz",
"email": "zegg90@gmail.com"
},
"dist": {
"shasum": "3b59616cfb0a7022f98d6ea7dd19c06a01bc7431",
"tarball": "http://registry.npmjs.org/mongo-express/-/mongo-express-0.21.0.tgz"
},
"maintainers": [
{
"name": "andz",
"email": "zegg90@gmail.com"
}
],
"directories": {},
"_resolved": "https://registry.npmjs.org/mongo-express/-/mongo-express-0.21.0.tgz",
"readme": "ERROR: No README data found!"
}