forked from glennsp/com.mill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.1 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
{
"name": "com.mill",
"version": "1.0.8",
"description": "Integrate Mill WiFi heating devices with Homey",
"main": "app.js",
"dependencies": {
"@sentry/node": "5.14.1",
"node-fetch": "2.6.0"
},
"devDependencies": {
"@milanzor/homey-mock": "1.1.0",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"eslint": "6.8.0",
"eslint-config-airbnb-base": "14.1.0",
"eslint-plugin-import": "2.20.1",
"mocha": "7.1.0",
"mock-require": "3.0.3",
"nock": "12.0.2",
"proxyquire": "2.1.3"
},
"scripts": {
"deploy": "rm -fr node_modules; npm install --production; athom app install",
"start": "rm -fr node_modules; npm install --production; athom app run",
"test": "mocha test/src/**"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:glennsp/com.mill.git"
},
"keywords": [
"thermostat",
"athom",
"homey",
"heating",
"mill"
],
"author": "Glenn S. Pedersen",
"license": "ISC",
"bugs": {
"url": "https://github.com/glennsp/com.mill/issues"
},
"homepage": "https://github.com/glennsp/com.mill#readme"
}