-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 1.02 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
{
"name": "homebridge-radiora",
"version": "2.1.2",
"description": "Homebridge plugin for RadioRA2 from Lutron",
"main": "build/index.js",
"scripts": {
"build": "babel index.js --out-dir build",
"prepublish": "babel index.js --out-dir build",
"lint": "eslint .",
"test": "tap --node-arg=-r --node-arg=babel-register tests/*.js"
},
"keywords": [
"homebridge-plugin"
],
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"author": "Max Metral",
"license": "UNLICENSED",
"devDependencies": {
"babel-cli": "^6.8.0",
"babel-core": "^6.2.1",
"babel-eslint": "^6.0.0",
"babel-plugin-syntax-async-functions": "^6.1.18",
"babel-plugin-transform-async-to-generator": "^6.8.0",
"babel-preset-node6": "^11.0.0",
"babel-register": "^6.2.0",
"eslint": "^3.0.0",
"eslint-config-airbnb": "^9.0.0",
"eslint-plugin-import": "^1.6.1",
"eslint-plugin-jsx-a11y": "^1.0.4",
"eslint-plugin-react": "^5.0.1",
"nyc": "^6.4.2",
"tap": "^7.0.1"
}
}