forked from tdudek/node-rcswitch2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 879 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-gpiomem2",
"version": "0.1.3",
"description": "Control your wireless power outlet sockets with RCSwitch for the Raspberry Pi",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/fredericvl/node-rcswitch-gpiomem2.git"
},
"keywords": [
"rpi",
"raspberrypi",
"rcswitch",
"433",
"rf",
"wireless",
"power",
"outlet"
],
"engines": {
"node": ">=0.8"
},
"contributors": [
"Marvin Roger <[email protected]> (http://www.marvinroger.fr/)",
"Oleg Krasnikov <[email protected]>"
],
"license": "GPL-2.0",
"gypfile": true,
"bugs": {
"url": "https://github.com/fredericvl/node-rcswitch-gpiomem2/issues"
},
"homepage": "https://github.com/fredericvl/node-rcswitch-gpiomem2",
"dependencies": {
"bindings": "^1.2.1",
"nan": "^2.0.8"
}
}