-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.05 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
43
44
45
46
{
"name": "raspi-rcswitch-api",
"version": "0.1.3",
"description": "RESTful API for the node-rcswitch binding based on Node.js/restify.",
"main": "server.js",
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"start": "node daemon.js start",
"stop": "node daemon.js stop",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/c-klinger/node-raspi-rcswitch-api.git"
},
"keywords": [
"rpi",
"raspberrypi",
"rcswitch",
"433",
"rf",
"wireless",
"power",
"outlet",
"rest",
"restful",
"api",
"homeautomation"
],
"dependencies": {
"bunyan-winston-adapter": "^0.2.0",
"daemonize2": "^0.4.2",
"rcswitch-gpiomem3": "^0.3.0",
"restify": "^5.0.0",
"restify-errors": "^4.3.0",
"winston": "^2.3.1"
},
"author": "Chris Klinger",
"license": "MIT",
"bugs": {
"url": "https://github.com/c-klinger/node-raspi-rcswitch-api/issues"
},
"homepage": "https://github.com/c-klinger/node-raspi-rcswitch-api/"
}