themer/cli/packages/colors-default/package.json
2020-04-24 10:30:09 -06:00

34 lines
732 B
JSON

{
"name": "@themer/colors-default",
"version": "1.0.10",
"description": "A default color set for themer.",
"main": "lib/index.js",
"engines": {
"node": ">=6.11"
},
"author": "mjswensen",
"repository": {
"url": "git+ssh://git@github.com/mjswensen/themer.git",
"type": "git"
},
"license": "MIT",
"files": [
"/lib/index.js"
],
"scripts": {
"prepublishOnly": "cp ../../../LICENSE.md ./"
},
"devDependencies": {},
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
},
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/colors-default#readme",
"dependencies": {},
"keywords": [
"themer",
"colors",
"colorset",
"theme"
]
}