themer/cli/packages/colors-solarized/package.json
2020-04-25 07:11:19 -06:00

34 lines
759 B
JSON

{
"name": "@themer/colors-solarized",
"version": "1.0.3",
"description": "A themer color set ported from the popular Solarized themes.",
"main": "lib/index.js",
"engines": {
"node": ">=8.11.4"
},
"scripts": {
"prepublishOnly": "cp ../../../LICENSE.md ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mjswensen/themer.git"
},
"keywords": [
"themer",
"colors",
"colorset",
"solarized",
"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-solarized#readme",
"devDependencies": {}
}