-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
35 lines (35 loc) · 921 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
{
"name": "ntcjs",
"version": "1.1.3",
"description": "A Node CommonJS compatible wrapper for the Name That Color library (ntc js) - http://chir.ag/projects/ntc/",
"main": "./src/index.js",
"types": "./types/index.d.ts",
"scripts": {
"test": "tape ./test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pbojinov/name-that-color.git"
},
"keywords": [
"name",
"that",
"color",
"hex",
"rgb",
"hue",
"ntc",
"ntc.js"
],
"author": "Petar Bojinov ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/pbojinov/name-that-color/issues"
},
"homepage": "https://github.com/pbojinov/name-that-color#readme",
"devDependencies": {
"tap": "^10.7.1",
"tap-spec": "^4.1.1",
"tape": "^4.8.0"
}
}