-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.03 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
{
"name": "xim-driver-thermostat-nest",
"version": "0.0.1",
"description": "Qblinks Quantum Cloud XIM Driver for Thermostat/Nest.",
"scripts": {
"install": "node install.js"
},
"repository": {
"type": "git",
"url": "git://github.com/qblinks/quantum_xim_thermostat_nest.git"
},
"keywords": [
"git",
"hooks",
"npm",
"pre-commit",
"precommit"
],
"homepage": "https://github.com/qblinks/quantum_xim_thermostat_nest",
"license": "GPL-3.0",
"devDependencies": {
"eslint": "^3.11.1",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-ejs": "0.0.2",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.7.1"
},
"dependencies": {
"color-convert": "^1.8.2",
"mathjs": "^3.8.1",
"merge": "^1.2.0",
"path": "^0.12.7",
"request": "^2.79.0",
"winston": "^2.3.1"
},
"bugs": {
"url": "https://github.com/qblinks/quantum_xim_thermostat_nest/issues"
},
"main": "index.js",
"author": "Tzuching Chang"
}