themer/cli/packages/themer-colors-default/package.json
2018-10-12 20:33:33 -06:00

34 lines
738 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/themer-colors-default#readme",
"dependencies": {},
"keywords": [
"themer",
"colors",
"colorset",
"theme"
]
}