themer/cli/packages/colors-default/package.json

34 lines
732 B
JSON
Raw Normal View History

2016-11-21 13:57:01 +00:00
{
2020-04-24 12:56:56 +00:00
"name": "@themer/colors-default",
2018-10-13 02:33:33 +00:00
"version": "1.0.10",
2016-11-27 05:48:41 +00:00
"description": "A default color set for themer.",
2016-11-21 13:57:01 +00:00
"main": "lib/index.js",
2017-07-04 04:24:51 +00:00
"engines": {
"node": ">=6.11"
},
2016-11-21 13:57:01 +00:00
"author": "mjswensen",
"repository": {
"url": "git+ssh://git@github.com/mjswensen/themer.git",
2016-11-21 13:57:01 +00:00
"type": "git"
},
"license": "MIT",
"files": [
"/lib/index.js"
],
2016-11-21 13:57:01 +00:00
"scripts": {
2018-10-07 04:04:33 +00:00
"prepublishOnly": "cp ../../../LICENSE.md ./"
2016-11-21 13:57:01 +00:00
},
2018-08-21 04:04:32 +00:00
"devDependencies": {},
2017-09-09 20:33:13 +00:00
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
2017-09-09 20:33:13 +00:00
},
2020-04-24 12:56:56 +00:00
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/colors-default#readme",
2017-09-09 20:33:13 +00:00
"dependencies": {},
"keywords": [
"themer",
"colors",
"colorset",
"theme"
]
2016-11-21 13:57:01 +00:00
}