themer/cli/packages/themer-colors-polar-ice/package.json
2018-12-15 14:58:34 -07:00

37 lines
786 B
JSON

{
"name": "themer-colors-polar-ice",
"version": "2.0.0",
"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/themer-colors-polar-ice#readme",
"peerDependencies": {
"themer": "^3"
},
"devDependencies": {},
"dependencies": {}
}