-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1010 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": "button",
"version": "1.0.0",
"description": "A web app for listening to buttons",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"css": "tachyons public/css/style.css --minify > public/build.css",
"css:watch": "watch 'npm run css' ./public/css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pusher-community/button.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/pusher-community/button/issues"
},
"homepage": "https://github.com/pusher-community/button#readme",
"dependencies": {
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.1",
"dotenv": "^2.0.0",
"express": "^4.13.4",
"express-handlebars": "^3.0.0",
"express-limiter": "^1.6.0",
"ioredis": "^1.15.1",
"pusher": "^1.2.1"
},
"devDependencies": {
"tachyons": "^4.0.0-beta.6",
"tachyons-cli": "^0.5.0",
"watch": "^0.17.1"
}
}