-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
48 lines (48 loc) · 1.09 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
{
"name": "hubot-broadlink-rm",
"description": "A hubot script to learn IR hex codes and to send them with Broadlink RM",
"version": "0.7.2",
"author": "Tak Jaga <[email protected]>",
"license": "Apache-2.0",
"keywords": [
"hubot",
"hubot-scripts",
"iot",
"broadlink",
"rm mini3",
"google home"
],
"repository": {
"type": "git",
"url": "git://github.com/takjg/hubot-broadlink-rm.git"
},
"bugs": {
"url": "https://github.com/takjg/hubot-broadlink-rm/issues"
},
"dependencies": {
"homebridge-broadlink-rm": "2.6.9",
"luxon": "^0.5.3"
},
"peerDependencies": {
"hubot": "2.x"
},
"devDependencies": {
"chai": "^2.1.1",
"coffee-script": "1.6.3",
"grunt": "^1.0.3",
"grunt-cli": "^1.2.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-mocha-test": "~0.12.7",
"grunt-release": "^0.14.0",
"hubot": "^3.1.1",
"hubot-test-helper": "^1.3.0",
"matchdep": "^2.0.0",
"mocha": "^5.2.0",
"sinon": "^1.13.0",
"sinon-chai": "^2.7.0"
},
"main": "index.coffee",
"scripts": {
"test": "grunt test"
}
}