-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 922 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
38
{
"name": "assignment4",
"version": "1.0.0",
"description": "Routing server-side requests using ExpressJS",
"main": "server.js",
"author": "Sarwaan Ansari",
"license": "MIT",
"dependencies": {
"body-parser": "^1.14.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.4",
"ejs": "^2.6.1",
"express": "^4.13.3",
"express-session": "^1.16.1",
"mongoose": "^5.11.15",
"morgan": "^1.6.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pug": "^2.0.3",
"request": "^2.67.0",
"twit": "^2.2.11"
},
"devDependencies": {
"should": "^7.1.1",
"supertest": "^6.1.3"
},
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sarwaan001/B2SP.git"
},
"bugs": {
"url": "https://github.com/sarwaan001/B2SP/issues"
},
"homepage": "https://github.com/sarwaan001/B2SP#readme"
}