-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 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
{
"name": "giver-trail",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Abdalla1990/giver-trail-backend.git"
},
"engines": {
"node": "8.5.0"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Abdalla1990/giver-trail-backend/issues"
},
"homepage": "https://github.com/Abdalla1990/giver-trail-backend#readme",
"dependencies": {
"axios": "^0.16.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"express": "^4.16.2",
"google-elevation-api": "^1.0.0",
"googlemapsutil": "^0.1.7",
"jsonwebtoken": "^8.1.0",
"lodash": "^4.17.4",
"mongodb": "^2.2.5",
"mongoose": "^4.10.8",
"nodemon": "^1.12.1",
"validator": "^5.6.0"
}
}