-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 777 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 777 Bytes
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
{
"name": "my-mongo-view",
"version": "0.3.8",
"description": "MongoDB Easy Views",
"main": "index.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"bluebird": "^3.3.5",
"body-parser": "~1.13.3",
"ejs": "^2.5.2",
"express": "^4.13.4",
"lodash": "~3.10.1",
"marked": "^0.3.6",
"moment": "~2.10.6",
"mongoose": "^4.4.7",
"ncp": "^2.0.0",
"node-delete": "^0.1.2"
},
"author": {
"name": "Junaid Anwer",
"email": "junaid.up.in@gmail.com"
},
"license": "ISC",
"readme": "ERROR: No README data found!",
"_id": "my-mongo-view@0.3.2",
"_shasum": "63b5d7924a9cc34217b11baadcd9bcec5c132a83",
"_from": "my-mongo-view@>=0.3.2 <0.4.0"
}