-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 1.02 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
{
"name": "color-standards-and-color-nomenclature",
"version": "1.1.0",
"description": "Digital conversion of Color Standards and Color Nomenclature, by Robert Ridgway (1850-1929) was published in Washignton, DC in 1912, it's part of the public domain in the USA. In August 31, 2020 was added to the Gutenberg Project.",
"main": "dist/colornames.json",
"scripts": {
"build": "node ./scripts/build.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davo/Color-Standards-and-Color-Nomenclature.git"
},
"keywords": [
"color",
"colour",
"colors",
"colours",
"words",
"dictionary",
"nomenclature",
"taxonomy"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/davo/Color-Standards-and-Color-Nomenclature/issues"
},
"homepage": "https://github.com/davo/Color-Standards-and-Color-Nomenclature#readme",
"devDependencies": {
"@andreekeberg/imagedata": "^1.0.2"
}
}