themer/cli/packages/colors-right-in-the-teals/package.json
2020-04-25 07:00:58 -06:00

35 lines
766 B
JSON

{
"name": "@themer/colors-right-in-the-teals",
"version": "1.0.0",
"description": "A themer color set based on shades of teal.",
"main": "lib/index.js",
"engines": {
"node": ">=6.11"
},
"author": "mjswensen",
"license": "MIT",
"files": [
"/lib/index.js"
],
"scripts": {
"prepublishOnly": "cp ../../../LICENSE.md ./"
},
"repository": {
"url": "git+ssh://git@github.com/mjswensen/themer.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
},
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/colors-right-in-the-teals#readme",
"peerDependencies": {
"themer": "^3"
},
"keywords": [
"themer",
"colors",
"colorset",
"theme"
]
}