-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 951 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
39
40
{
"name": "xim-driver-light-hue",
"version": "0.0.1",
"description": "Qblinks Quantum Cloud XIM Driver for Light/HUE.",
"scripts": {
"install": "node install.js"
},
"repository": {
"type": "git",
"url": "git://github.com/qblinks/quantum_xim_light_hue"
},
"keywords": [
"git",
"hooks",
"npm",
"pre-commit",
"precommit"
],
"homepage": "https://github.com/qblinks/quantum_xim_light_hue",
"license": "GPLv3",
"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",
"commander": "^2.9.0",
"express": "^4.15.2",
"mathjs": "^3.8.1",
"merge": "^1.2.0",
"mute": "^2.0.6",
"path": "^0.12.7",
"request": "^2.79.0",
"winston": "^2.3.1"
}
}