-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
50 lines (50 loc) · 1.06 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
45
46
47
48
49
50
{
"name": "@q42philips/hue-color-converter",
"version": "0.0.0-semantic-release",
"description": "Convert RGB values to XY values",
"main": "index.js",
"scripts": {
"test": "eslint .",
"prepublish": "npm test",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/q42philips/hue-color-converter"
},
"bugs": {
"url": "https://github.com/q42philips/hue-color-converter/issues"
},
"contributors": [
{
"name": "Thijs Suijten",
"url": "https://github.com/tsuijten"
},
{
"name": "Sander Ploegsma",
"url": "https://github.com/sanderploegsma"
}
],
"maintainers": [
{
"name": "Sander Ploegsma",
"url": "https://github.com/sanderploegsma"
}
],
"keywords": [
"hue",
"rgb",
"xy",
"color",
"convert",
"converter",
"philips",
"q42"
],
"author": "Q42",
"license": "MIT",
"devDependencies": {
"eslint": "^4.0.0",
"semantic-release": "^7.0.1"
}
}