forked from mwittig/pimatic-unipi-evok
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.41 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
{
"name": "pimatic-unipi-evok",
"description": "Pimatic Plugin for the UniPi board based on Evok - http://www.unipi.technology",
"version": "0.2.10",
"author": "Marcus Wittig (https://github.com/mwittig/pimatic-unipi-evok)",
"main": "unipi-evok.coffee",
"configSchema": "unipi-evok-config-schema.coffee",
"files": [
"assets",
"devices",
"unipi-evok.coffee",
"unipi-helper.coffee",
"unipi-update-manager.coffee",
"unipi-evok-config-schema.coffee",
"device-config-schema.coffee",
"config-snippets.txt",
"LICENSE",
"README.md"
],
"keywords": [
"pimatic",
"unipi"
],
"repository": {
"type": "git",
"url": "git://github.com/mwittig/pimatic-unipi-evok.git"
},
"bugs": {
"url": "https://github.com/mwittig/pimatic-unipi-evok/issues"
},
"license": "MIT",
"dependencies": {
"pimatic-plugin-commons": "^0.9.3",
"restler-promise": "git+https://github.com/mwittig/restler-promise.git",
"ws": "^2.1.0"
},
"peerDependencies": {
"pimatic": ">=0.8.0 <1.0.0"
},
"engines": {
"node": ">0.8.x",
"npm": ">1.1.x"
},
"homepage": "https://github.com/mwittig/pimatic-unipi-evok#readme",
"devDependencies": {
"coffee-script": "^1.11.1",
"gulp": "^3.9.1",
"gulp-coffee": "^2.3.2",
"gulp-coffeelint": "^0.6.0",
"gulp-plumber": "^1.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
}
}