-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
36 lines (36 loc) · 926 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
{
"name": "plug-at-20-sms",
"version": "1.0.0",
"description": "Sends SMS reminders to plug in your car when the temp drops below 20",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test mocha test",
"start": "node index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeforanchorage/plug-at-20-sms.git"
},
"author": "Nigel Kibodeaux",
"license": "ISC",
"bugs": {
"url": "https://github.com/codeforanchorage/plug-at-20-sms/issues"
},
"homepage": "https://github.com/codeforanchorage/plug-at-20-sms#readme",
"dependencies": {
"body-parser": "^1.15.0",
"cron": "^1.1.0",
"express": "^4.13.4",
"lowdb": "^0.12.5",
"requestretry": "^1.12.0",
"rollbar": "^0.6.2",
"twilio": "^2.9.0",
"xml2js": "^0.4.16"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0",
"nock": "^9.0.9",
"sinon": "^4.1.2"
}
}