mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2024-11-10 05:51:07 +07:00
26 lines
555 B
JSON
26 lines
555 B
JSON
{
|
|
"name": "color-name",
|
|
"version": "1.1.3",
|
|
"description": "A list of color names and its values",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:dfcreative/color-name.git"
|
|
},
|
|
"keywords": [
|
|
"color-name",
|
|
"color",
|
|
"color-keyword",
|
|
"keyword"
|
|
],
|
|
"author": "DY <dfcreative@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/dfcreative/color-name/issues"
|
|
},
|
|
"homepage": "https://github.com/dfcreative/color-name"
|
|
}
|