-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 911 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
{
"name": "dtour",
"version": "1.0.0",
"description": "A road trip planner application",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lukasfroehlich1/dtour.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lukasfroehlich1/dtour/issues"
},
"homepage": "https://github.com/lukasfroehlich1/dtour",
"dependencies": {
"async": "^1.4.2",
"body-parser": "^1.14.1",
"cfenv": "^1.0.3",
"express": "^4.13.4",
"geolib": "^2.0.18",
"google-places": "0.0.2",
"googlemaps": "^1.0.2",
"jade": "^1.11.0",
"polyline": "^0.2.0",
"q": "^1.4.1",
"request": "^2.64.0",
"requests": "^0.1.7",
"serve-favicon": "^2.3.0",
"yelp": "^0.2.0"
},
"devDependencies": {}
}