-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 984 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 984 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
38
{
"name": "bookproject",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://kunalht@bitbucket.org/skysdev/bookproject.git"
},
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/skysdev/bookproject#readme",
"dependencies": {
"body-parser": "^1.17.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.6",
"express": "^4.15.2",
"express-session": "^1.15.1",
"file-system": "^2.2.2",
"geolocator": "^2.1.1",
"jimp": "^0.2.28",
"mongoose": "^4.9.1",
"multer": "^1.3.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"sendgrid": "^5.0.1",
"socket.io": "^1.7.3",
"uuid": "^3.1.0"
},
"devDependencies": {}
}