forked from athombv/node-homey-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 876 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
{
"name": "homey-lib",
"version": "2.4.14",
"description": "Shared Library for Homey",
"main": "index.js",
"scripts": {
"build": "npm ci; npm run pack",
"pack": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/athombv/node-homey-lib.git"
},
"author": "Athom B.V.",
"license": "ISC",
"bugs": {
"url": "https://github.com/athombv/node-homey-lib/issues"
},
"homepage": "https://github.com/athombv/node-homey-lib#readme",
"dependencies": {
"ajv": "^6.1.1",
"image-size": "^0.6.2",
"semver": "^5.7.0",
"tinycolor2": "^1.4.1"
},
"config": {
"npmPublishTagProduction": "latest",
"npmPublishTagTesting": "beta",
"nodeVersion": "8"
},
"devDependencies": {
"webpack": "^4.19.1",
"webpack-cli": "^3.1.0"
}
}