-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1 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
{
"name": "group11",
"version": "1.0.0",
"description": "Final Project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/samvaity/SE_SmartBuy.git"
},
"author": "group11",
"license": "ISC",
"bugs": {
"url": "https://github.com/samvaity/SE_SmartBuy/issues"
},
"homepage": "https://github.com/samvaity/SE_SmartBuy#readme",
"dependencies": {
"async": "latest",
"bcrypt-nodejs": "latest",
"body-parser": "^1.15.2",
"chart.js": "^2.4.0",
"connect-flash": "0.1.1",
"ejs": "0.8.5",
"express": "3.4.8",
"gridfs-stream": "^1.1.1",
"mongoose": "^4.6.5",
"multer": "^1.2.0",
"nodemailer": "0.7.1",
"now": ">=0.0.1",
"passport": "0.2.0",
"passport-facebook": ">= 0.0.0",
"passport-google-oauth": ">= 0.0.0",
"passport-local": "0.1.6",
"passport-twitter": ">= 0.0.0",
"socket.io": "latest",
"sort-by": "^1.1.1"
}
}