-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 957 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 957 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
32
33
34
35
36
37
{
"name": "mongoassign",
"version": "1.0.0",
"description": "An assignment using mongo db, passport, etc",
"main": "app.js",
"scripts": {
"test": "start/nodemon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Swati020494/mongoassign.git"
},
"author": "Swati Mukherjee",
"license": "ISC",
"bugs": {
"url": "https://github.com/Swati020494/mongoassign/issues"
},
"homepage": "https://github.com/Swati020494/mongoassign#readme",
"dependencies": {
"body-parser": "^1.10.2",
"chai": "~1.8.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.3.3",
"debug": "^2.1.1",
"express": "^4.16.2",
"express-session": "^1.10.1",
"jade": "^1.9.1",
"mocha": "~1.14.0",
"mongoose": "^4.4.1",
"morgan": "^1.5.1",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^1.0.0",
"serve-favicon": "^2.2.0",
"should": "~2.1.0"
}
}