-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.14 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
{
"name": "broadlinkjs",
"version": "0.1.0",
"description": "A Node.JS library for controlling Broadlink devices",
"main": "broadlink.js",
"types": "index.d.ts",
"scripts": {
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/momodalo/broadlinkjs.git"
},
"keywords": [
"Broadlink",
"IoT",
"remote",
"control"
],
"prettier": {
"semi": false,
"printWidth": 100
},
"author": "David Tao",
"license": "MIT",
"bugs": {
"url": "https://github.com/momodalo/broadlinkjs/issues"
},
"homepage": "https://github.com/momodalo/broadlinkjs#readme",
"dependencies": {
"@types/node": "^7.0.5",
"aws-sdk": "^2.562.0",
"broadlinkjs-with-rm-pro-plus": "^0.1.0",
"deep-equal": "^1.1.0",
"deep-extend": "^0.6.0",
"friedrich-mini-split-remote": "^0.1.2",
"huejay": "^1.9.0",
"winston": "^3.2.1",
"winston-cloudwatch": "^2.2.0",
"winston-elasticsearch": "^0.8.2"
},
"directories": {
"test": "test"
},
"devDependencies": {
"lolex": "^5.1.1",
"tap": "^14.9.1",
"tape": "^4.11.0",
"tape-async": "^2.3.0"
}
}