-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 897 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
{
"name": "pimatic-jointspace",
"description": "Control your Philips TV via Jointspace",
"author": "Sven Kicherer <[email protected]> (http://www.sven-kicherer.de/)",
"license": "GPL-2.0",
"main": "jointspace",
"files": [
"jointspace.coffee",
"README.md",
"LICENSE",
"jointspace-config-schema.coffee",
"device-config-schema.coffee"
],
"keywords": [
"pimatic",
"pimatic-plugin",
"jointspace",
"philips"
],
"version": "0.1.0",
"homepage": "https://github.com/quotschmacher/pimatic-jointspace",
"private": false,
"repository": {
"type": "git",
"url": "git://github.com/quotschmacher/pimatic-jointspace.git"
},
"configSchema": "jointspace-config-schema.coffee",
"dependencies": {
"request": "^2.88.0"
},
"peerDependencies": {
"pimatic": "0.9.*"
},
"engines": {
"node": ">=4",
"npm": ">=2"
}
}