forked from marvinroger/node-rcswitch
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 956 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": "rcswitch-peterstrapp",
"version": "0.3.0",
"description": "Control your wireless power outlet sockets and listen for sensor input on 315Mhz/433Mhz with RCSwitch for the Raspberry Pi",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/peterstrapp/node-rcswitch.git"
},
"keywords": [
"rpi",
"raspberrypi",
"rcswitch",
"433",
"rf",
"wireless",
"power",
"outlet"
],
"engines": {
"node" : ">=0.8"
},
"author": "Peter Strapp <peter@strapp.co.uk>, Marvin Roger <bonjourmarvin@marvinroger.fr> (http://www.marvinroger.fr/)",
"license": "GPL-2.0",
"gypfile": true,
"bugs": {
"url": "https://github.com/peterstrapp/node-rcswitch/issues"
},
"homepage": "https://github.com/peterstrapp/node-rcswitch",
"dependencies": {
"bindings": "^1.2.1",
"nan": "^2.0.8"
}
}