This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
75 lines (75 loc) · 1.67 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "pimatic-raspbee",
"description": "Pimatic plugin for raspbee zigbee network",
"author": "Kosta <[email protected]>",
"main": "raspbee",
"files": [
"app/raspbee-template.coffee",
"app/raspbee-template.jade",
"app/raspbee-template.css",
"app/spectrum.css",
"app/spectrum.js",
"color.coffee",
"action.coffee",
"predicate.coffee",
"raspbee.coffee",
"raspbee-connector.coffee",
"README.md",
"CHANGELOG.md",
"LICENSE",
"raspbee-config-schema.coffee",
"device-config-schema.coffee"
],
"version": "0.1.7",
"license": "GPL-2.0",
"homepage": "https://github.com/treban/pimatic-raspbee",
"configSchema": "raspbee-config-schema.coffee",
"dependencies": {
"bluebird": "^3.5.5",
"request-promise": "^4.2.4",
"ws": "^5.2.2",
"cassert": "^0.1.2",
"decl-api": "0.0.24"
},
"devDependencies": {
"blanket": "^1.2.3",
"coffeescript": "^2.4.1",
"coffee-script": "1.12.7",
"coffee-errors": "^0.8.6",
"grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"grunt-coffeelint": "0.0.16",
"grunt-mocha-test": "^0.13.3",
"mocha": "^5.2.0",
"pimatic": ">=0.9.0"
},
"keywords": [
"pimatic",
"raspbee",
"zigbee",
"conbee"
],
"peerDependencies": {
"pimatic": ">=0.9.0"
},
"engines": {
"node": ">0.8.x",
"npm": ">1.1.x"
},
"bugs": {
"url": "https://github.com/treban/pimatic-raspbee/issues"
},
"maintainers": [
"treban <[email protected]>"
],
"scripts": {
"test": "grunt test"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/treban/pimatic-raspbee.git"
}
}