themer/cli/packages/colors-night-sky/package.json

37 lines
780 B
JSON
Raw Normal View History

2016-12-20 03:10:23 +00:00
{
2020-04-25 12:34:35 +00:00
"name": "@themer/colors-night-sky",
"version": "2.0.0",
2016-12-20 03:10:23 +00:00
"description": "A dark color set for themer.",
"main": "lib/index.js",
2017-07-04 04:30:33 +00:00
"engines": {
"node": ">=6.11"
},
2016-12-20 03:10:23 +00:00
"author": "mjswensen",
"license": "MIT",
"files": [
"/lib/index.js"
],
2016-12-20 03:10:23 +00:00
"scripts": {
2018-10-07 04:04:33 +00:00
"prepublishOnly": "cp ../../../LICENSE.md ./"
2016-12-20 03:10:23 +00:00
},
2018-08-21 04:04:32 +00:00
"devDependencies": {},
2016-12-20 03:10:23 +00:00
"repository": {
"url": "git+ssh://git@github.com/mjswensen/themer.git",
2016-12-20 03:10:23 +00:00
"type": "git"
2017-09-09 20:39:18 +00:00
},
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
2017-09-09 20:39:18 +00:00
},
2020-04-25 12:34:35 +00:00
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/colors-night-sky#readme",
"peerDependencies": {
"themer": "^3"
},
2017-09-09 20:39:18 +00:00
"dependencies": {},
"keywords": [
"themer",
"colors",
"colorset",
"theme"
]
2016-12-20 03:10:23 +00:00
}