wishthis/node_modules/color-name/package.json

29 lines
579 B
JSON
Raw Permalink Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "color-name",
2022-06-08 10:36:39 +00:00
"version": "1.1.4",
2022-04-08 10:55:35 +00:00
"description": "A list of color names and its values",
"main": "index.js",
2022-06-08 10:36:39 +00:00
"files": [
"index.js"
],
2022-04-08 10:55:35 +00:00
"scripts": {
"test": "node test.js"
2022-02-23 16:41:13 +00:00
},
2022-04-08 10:55:35 +00:00
"repository": {
"type": "git",
2022-06-08 10:36:39 +00:00
"url": "git@github.com:colorjs/color-name.git"
2022-01-21 08:28:41 +00:00
},
"keywords": [
"color-name",
"color",
"color-keyword",
"keyword"
],
2022-04-08 10:55:35 +00:00
"author": "DY <dfcreative@gmail.com>",
2022-01-21 08:28:41 +00:00
"license": "MIT",
2022-04-08 10:55:35 +00:00
"bugs": {
2022-06-08 10:36:39 +00:00
"url": "https://github.com/colorjs/color-name/issues"
2022-01-21 08:28:41 +00:00
},
2022-06-08 10:36:39 +00:00
"homepage": "https://github.com/colorjs/color-name"
2022-01-21 08:28:41 +00:00
}