forked from sirchia/pimatic-rflink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 827 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
{
"name": "pimatic-rflink",
"description": "pimatic plugin to use various 433 MHz devices, sensors and more with an RFLink gateway.",
"author": "Riccardo Sirchia <[email protected]> (https://github.com/sirchia/pimatic-rflink)",
"main": "rflink",
"files": [
"rflink.coffee",
"lib",
"README.md",
"rflink-config-schema.coffee",
"device-config-schema.coffee"
],
"version": "0.7.2",
"license": "GPL-2.0",
"homepage": "http://pimatic.org",
"repository": {
"type": "git",
"url": "git://github.com/sirchia/pimatic-rflink.git"
},
"configSchema": "rflink-config-schema.coffee",
"dependencies": {
"bluebird": "~2.9.14",
"serialport": "~2.0.6"
},
"peerDependencies": {
"pimatic": ">=0.8.0 <1.0.0"
},
"engines": {
"node": ">0.8.x",
"npm": ">1.1.x"
}
}