forked from michbeck100/pimatic-dash-button
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.2 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
{
"name": "pimatic-dash-button",
"description": "Amazon dash button plugin for pimatic",
"author": "Michael Kotten <[email protected]> (https://github.com/michbeck100/pimatic-dash-button)",
"main": "dash-button.coffee",
"files": [
"dash-button.coffee",
"helper.coffee",
"README.md",
"dash-button-config-schema.coffee",
"device-config-schema.coffee",
"LICENSE"
],
"version": "0.2.1",
"homepage": "https://github.com/michbeck100/pimatic-dash-button",
"private": false,
"repository": {
"type": "git",
"url": "git://github.com/michbeck100/pimatic-dash-button.git"
},
"configSchema": "dash-button-config-schema.coffee",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"pcap": "git+https://github.com/mranney/node_pcap.git"
},
"devDependencies": {
"blanket": "^1.2.2",
"bluebird": "^3.3.4",
"coffee-errors": "^0.8.6",
"coffee-script": "^1.10.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-coffeelint": "0.0.8",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.4.5",
"chai": "3.5.0"
},
"peerDependencies": {
"pimatic": "~0.9.0"
},
"engines": {
"node": ">0.10.x",
"npm": ">1.1.x"
}
}