-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 927 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
{
"name": "pimatic-ifttt",
"description": "Pimatic IFTTT Device: a plugin enabling IFTTT to trigger pimatic devices/actions.",
"author_name": "Bas Wenneker <[email protected]> (http://baswenneker.github.io)",
"author_url": "http://baswenneker.github.io",
"npmUser": "baswenneker",
"main": "pimatic-ifttt",
"files": [
"pimatic-ifttt.coffee",
"device-config-schema.coffee",
"ifttt-config-schema.coffee",
"LICENSE",
"README.md"
],
"keywords": [
"devices",
"predicates",
"IFTTT"
],
"version": "0.1.1",
"homepage": "https://github.com/baswenneker/pimatic-ifttt",
"private": false,
"repository": {
"type": "git",
"url": "git://github.com/baswenneker/pimatic-ifttt.git"
},
"configSchema": "ifttt-config-schema.coffee",
"dependencies": {
},
"peerDependencies": {
"pimatic": "0.8.*"
},
"engines": {
"node": ">0.8.x",
"npm": ">1.1.x"
}
}