-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 912 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
{
"name": "slms-dashboard",
"version": "1.0.0",
"description": "A dashboard display for the South London Makerspace",
"main": "index.js",
"scripts": {
"start": "node index.js | bunyan",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/naxxfish/slms-dashboard.git"
},
"author": "Chris Roberts",
"license": "ISC",
"bugs": {
"url": "https://github.com/naxxfish/slms-dashboard/issues"
},
"homepage": "https://github.com/naxxfish/slms-dashboard#readme",
"dependencies": {
"body-parser": "^1.17.0",
"bower": "^1.8.0",
"bunyan": "^1.8.8",
"bunyan-request": "^1.2.0",
"express": "^4.14.1",
"express-bunyan-logger": "^1.3.1",
"geolib": "^2.0.22",
"ical": "^0.5.0",
"moment": "^2.17.1",
"request": "^2.79.0",
"soap": "^0.11.4",
"socket.io": "^1.7.3"
}
}