-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.16 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
38
39
40
41
42
{
"name": "membership-kiosk",
"version": "1.0.0",
"description": "Membership Kiosk for the South London Makerspace",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/southlondonmakerspace/membership-kiosk.git"
},
"author": "Tom Lynch + Chris Roberts",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/southlondonmakerspace/membership-kiosk/issues"
},
"homepage": "https://github.com/southlondonmakerspace/membership-kiosk#readme",
"dependencies": {
"body-parser": "^1.14.1",
"bunyan": "^1.8.12",
"bunyan-middleware": "^0.8.0",
"cookie-parser": "^1.4.0",
"csurf": "^1.9.0",
"express": "^4.13.3",
"express-flash": "0.0.2",
"express-session": "^1.12.1",
"helmet": "^3.5.0",
"nfc-pcsc": "^0.6.0",
"pug": "^2.0.0-beta11",
"query-string": "^5.0.0",
"request": "^2.70.0",
"socket.io": "^2.0.3"
},
"scripts": {
"start": "node app",
"watch-css": "catw -c 'lessc -' 'static/less/*.less' -o static/css/style.css -v",
"watch": "npm run watch-css"
},
"devDependencies": {
"less": "^2.5.3",
"catw": "^1.0.1",
"watchify": "^3.6.1"
}
}