antd-theme-generator
Version:
This a script to generate color specific styles less file and which you can use to change theme dynamically in browser
29 lines (28 loc) • 591 B
JSON
{
"name": "color-name",
"version": "1.1.1",
"description": "A list of color names and it’s values",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"files": [
"index.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"
}