-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (30 loc) · 939 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
{
"name": "@yr/sommertoget",
"description": "Yr applikasjon for Sommertoget 2017",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"build-js": "browserify ./index.js > ./public/javascripts/bundle.js",
"build": "git pull && npm install && npm run build-js && npm start"
},
"dependencies": {
"body-parser": "~1.17.1",
"browserify": "^14.4.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"express": "~4.15.2",
"hbs": "~4.0.1",
"morgan": "~1.8.1",
"serve-favicon": "~2.4.2",
"util": "~0.10.3",
"request": "~2.81.0",
"underscore": "~1.8.3",
"@turf/nearest": "~3.0.12",
"turf-distance":"~3.0.12",
"@yr/agent": "~5.0.1",
"socket.io-client": "~2.0.3"
},
"repository": "https://github.com/YR/sommertoget.git",
"license": "MIT"
}