-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 887 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
{
"name": "dash-button",
"version": "1.0.0",
"description": "Multifunctional Amazon Dash button hack",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "@jfix",
"license": "ISC",
"dependencies": {
"colors": "^1.1.2",
"dotenv": "^4.0.0",
"greeting": "^1.0.6",
"hoek": "^5.0.3",
"moment": "^2.17.1",
"mongoose": "^4.8.1",
"node-dash-button": "^0.6.1",
"node-persist": "^2.0.7",
"play-sound": "^1.1.1",
"request": "^2.79.0",
"slack-webhook": "^1.0.0",
"twilio": "^2.11.1"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]/jfix/dash-button.git"
},
"bugs": {
"url": "https://github.com/jfix/dash-button/issues"
},
"homepage": "https://github.com/jfix/dash-button#readme"
}