-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 818 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 818 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
{
"name": "Maxi77",
"version": "1.0.0",
"description": "",
"main": "server.js",
"devDependencies": {
"bower": "latest",
"eslint": "^3.8.1",
"gulp": "^3.9.1",
"gulp-sass": "^2.3.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"bancroft": "0.0.13",
"body-parser": "^1.15.2",
"bower": "^1.7.9",
"express": "^4.14.0",
"geolib": "git+https://github.com/manuelbieh/Geolib.git",
"install": "^0.8.1",
"localtunnel": "^1.8.2",
"mongoose": "^4.6.0",
"node-gpsd": "^0.2.6",
"npm": "^3.10.7",
"q": "^1.4.1",
"serve-static": "^1.11.1",
"smhi-node": "git+https://github.com/sunker/smhi-node.git",
"socket.io": "^1.4.8"
}
}