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

38 lines
806 B
JSON
Raw Normal View History

2018-01-23 13:53:09 +00:00
{
2020-04-25 12:37:49 +00:00
"name": "@themer/colors-nova",
2018-10-11 03:22:18 +00:00
"version": "1.0.3",
2018-01-23 13:53:09 +00:00
"description": "A themer port of the beautiful Nova color set.",
"main": "lib/index.js",
2018-08-23 03:20:10 +00:00
"engines": {
"node": ">=8.11.4"
},
2018-01-23 13:53:09 +00:00
"scripts": {
2018-10-07 04:04:33 +00:00
"prepublishOnly": "cp ../../../LICENSE.md ./"
2018-01-23 13:53:09 +00:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/mjswensen/themer.git"
2018-01-23 13:53:09 +00:00
},
"keywords": [
"themer",
"colors",
"colorset",
"theme",
"nova"
],
"author": "mjswensen",
"license": "MIT",
"files": [
"/lib/index.js"
],
2018-01-23 13:53:09 +00:00
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
2018-01-23 13:53:09 +00:00
},
2020-04-25 12:37:49 +00:00
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/colors-nova#readme",
2018-01-23 13:53:09 +00:00
"dependencies": {
2018-08-29 03:14:40 +00:00
"color": "^3.0.0",
2018-01-23 13:53:09 +00:00
"nova-colors": "^2.1.5"
},
"devDependencies": {}
2018-01-23 13:53:09 +00:00
}