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

37 lines
836 B
JSON

{
"name": "@themer/colors-github-universe",
"version": "2.0.0",
"description": "A dark color set for themer, based on the GitHub Universe 2017 color palette.",
"main": "lib/index.js",
"engines": {
"node": ">=8.11.4"
},
"scripts": {
"prepublishOnly": "cp ../../../LICENSE.md ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mjswensen/themer.git"
},
"keywords": [
"themer",
"colors",
"colorset",
"github",
"universe"
],
"author": "mjswensen",
"license": "MIT",
"files": [
"/lib/index.js"
],
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
},
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/colors-github-universe#readme",
"peerDependencies": {
"themer": "^3"
},
"devDependencies": {}
}