-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 887 Bytes
/
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
{
"name": "homebridge-airkorea",
"version": "0.0.6",
"description": "Homebridge plugin for AirKorea API",
"main": "index.js",
"scripts": {
"test": "eslint index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/slasherLee/homebridge-airkorea.git"
},
"keywords": [
"air quality",
"airkorea",
"homebridge",
"homebridge-plugin",
"pollution"
],
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"devDependencies": {
"eslint": "^4.18.2",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.9.0"
},
"author": "SeungCheol Lee",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/slasherLee/homebridge-airkorea/issues"
},
"homepage": "https://github.com/slasherLee/homebridge-airkorea#readme",
"dependencies": {
"request": "^2.83.0"
}
}