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

34 lines
759 B
JSON
Raw Normal View History

2017-10-21 21:13:19 +00:00
{
2020-04-25 13:11:19 +00:00
"name": "@themer/colors-solarized",
2018-10-11 03:21:58 +00:00
"version": "1.0.3",
2017-10-21 21:13:19 +00:00
"description": "A themer color set ported from the popular Solarized themes.",
"main": "lib/index.js",
2018-08-23 03:20:10 +00:00
"engines": {
"node": ">=8.11.4"
},
2017-10-21 21:13:19 +00:00
"scripts": {
2018-10-07 04:04:33 +00:00
"prepublishOnly": "cp ../../../LICENSE.md ./"
2017-10-21 21:13:19 +00:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/mjswensen/themer.git"
2017-10-21 21:13:19 +00:00
},
"keywords": [
"themer",
"colors",
"colorset",
"solarized",
"theme"
],
"author": "mjswensen",
"license": "MIT",
"files": [
"/lib/index.js"
],
2017-10-21 21:13:19 +00:00
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
2017-10-21 21:13:19 +00:00
},
2020-04-25 13:11:19 +00:00
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/colors-solarized#readme",
"devDependencies": {}
2017-10-21 21:13:19 +00:00
}