themer/cli/packages/colors-polar-ice/package.json

37 lines
780 B
JSON
Raw Normal View History

2017-07-25 17:47:47 +00:00
{
2020-04-25 12:57:01 +00:00
"name": "@themer/colors-polar-ice",
2020-04-26 04:04:23 +00:00
"version": "2.0.1",
2017-07-25 17:47:47 +00:00
"description": "A chilly color set for themer.",
"main": "lib/index.js",
"engines": {
"node": ">=6.11"
},
"scripts": {
2018-10-07 04:04:33 +00:00
"prepublishOnly": "cp ../../../LICENSE.md ./"
2017-07-25 17:47:47 +00:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/mjswensen/themer.git"
2017-07-25 17:47:47 +00:00
},
"keywords": [
"themer",
2017-09-09 20:56:33 +00:00
"colors",
"colorset",
2017-07-25 17:47:47 +00:00
"theme"
],
"author": "mjswensen",
"license": "MIT",
"files": [
"/lib/index.js"
],
2017-07-25 17:47:47 +00:00
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
2017-07-25 17:47:47 +00:00
},
2020-04-25 12:57:01 +00:00
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/colors-polar-ice#readme",
"peerDependencies": {
"themer": "^3"
},
2018-08-21 04:04:32 +00:00
"devDependencies": {},
2017-09-09 20:56:33 +00:00
"dependencies": {}
2017-07-25 17:47:47 +00:00
}