This repository was archived by the owner on Mar 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.53 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 1.53 KB
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
{
"name": "pimatic-tradfri",
"description": "Pimatic plugin for tradfri support",
"author": {
"name": "Kosta",
"email": "trebankosta@gmail.com"
},
"license": "GPL-2.0",
"main": "tradfri",
"files": [
"tradfri.coffee",
"README.md",
"LICENSE",
"tradfri-config-schema.coffee",
"device-config-schema.coffee",
"color.coffee",
"app/tradfri-template.css",
"app/tradfri-template.coffee",
"app/tradfri-template.jade",
"app/spectrum.css",
"app/spectrum.js"
],
"version": "0.1.22",
"homepage": "https://github.com/treban/pimatic-tradfri",
"repository": {
"type": "git",
"url": "git://github.com/treban/pimatic-tradfri.git"
},
"configSchema": "tradfri-config-schema.coffee",
"dependencies": {
"tradfri-coapdtls": ">=0.1.0",
"lodash": "^4.17.15"
},
"devDependencies": {
"bluebird": "^3.4.7",
"cassert": "^0.1.2",
"decl-api": "0.0.24",
"pimatic": ">=0.9.0",
"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"
},
"peerDependencies": {
"pimatic": ">=0.9.0"
},
"engines": {
"node": ">0.8.x",
"npm": ">1.1.x"
},
"bugs": {
"url": "https://github.com/treban/pimatic-tradfri/issues"
},
"maintainers": [
{
"name": "treban",
"email": "trebankosta@gmail.com"
}
],
"scripts": {
"test": "grunt test"
}
}