-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
51 lines (51 loc) · 1.3 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": "homebridge-own",
"version": "0.3.1",
"description": "Homebridge OpenWebNet plugin",
"main": "lib/index.js",
"scripts": {
"test": "eslint src",
"compile": "babel src/ -d lib/ -s",
"compile:watch": "npm run compile -- -w",
"prepublish": "npm run compile"
},
"author": "Lionel Penaud",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/lionep/homebridge-own.git"
},
"bugs": {
"url": "https://github.com/lionep/homebridge-own/issues"
},
"engines": {
"node": ">=4.0.0",
"homebridge": ">=0.3.2"
},
"homepage": "https://github.com/lionep/homebridge-own#readme",
"keywords": [
"homebridge-plugin",
"homebridge",
"homekit",
"openwebnet",
"own",
"siri"
],
"dependencies": {
"bluebird": "^3.4.1",
"hap-nodejs": "^0.3.2",
"lodash": "^4.14.1"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-eslint": "^6.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.11.5",
"babel-plugin-transform-function-bind": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.13.2",
"eslint": "^3.2.2",
"eslint-config-airbnb-base": "^5.0.1",
"eslint-plugin-import": "^1.12.0"
}
}