-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 953 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
38
39
40
41
42
43
{
"name": "nixfilter-rtble",
"version": "0.0.1",
"description": "Filter for setting the target temperature of a eqiva eQ-3 Bluetooth Smart Radiator Thermostat",
"main": "index.js",
"bin": {
"nixfilter-rtble-temperature": "./rtble_temperature.js"
},
"scripts": {
"compile": "coffee --bare --no-header --map --compile *.coffee",
"prepublishOnly": "npm run compile",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/oyooyo/nixfilter-rtble.git"
},
"keywords": [
"Bluetooth",
"btle",
"ble",
"eqiva",
"eq-3",
"eq3",
"Filter",
"nixfilter",
"Radiator",
"Radiator Thermostat",
"Thermostat",
"UNIX Filter"
],
"author": {
"name": "oyooyo"
},
"license": "ISC",
"devDependencies": {
"coffeescript": "^2.3.1"
},
"dependencies": {
"nixfilter": "0.0.1",
"simble": "^0.2.1"
}
}