-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 751 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 751 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": "project",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Anshul",
"license": "ISC",
"dependencies": {
"body-parser": "^1.17.2",
"connect-flash": "^0.1.1",
"ejs": "^2.5.7",
"express": "^4.15.4",
"express-session": "^1.15.5",
"fs": "0.0.1-security",
"gulp": "^3.9.1",
"https": "^1.0.0",
"json2csv": "^3.11.4",
"method-override": "^2.3.9",
"mongoose": "^4.10.8",
"mongoose-find-or-create": "^1.3.1",
"nodemon": "^1.11.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.1.0",
"peer": "^0.2.8",
"python-shell": "^0.4.0"
}
}