themer/cli/packages/colors-polar-ice/package.json
2020-04-25 22:04:23 -06:00

37 lines
780 B
JSON

{
"name": "@themer/colors-polar-ice",
"version": "2.0.1",
"description": "A chilly color set for themer.",
"main": "lib/index.js",
"engines": {
"node": ">=6.11"
},
"scripts": {
"prepublishOnly": "cp ../../../LICENSE.md ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mjswensen/themer.git"
},
"keywords": [
"themer",
"colors",
"colorset",
"theme"
],
"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-polar-ice#readme",
"peerDependencies": {
"themer": "^3"
},
"devDependencies": {},
"dependencies": {}
}