themer/cli/packages/colors-rivet/package.json
2020-04-25 07:03:40 -06:00

38 lines
820 B
JSON

{
"name": "@themer/colors-rivet",
"version": "1.0.0",
"description": "A color set for themer based on the design system for Rivet, Inc.",
"main": "lib/index.js",
"engines": {
"node": ">=6.11"
},
"scripts": {
"prepublishOnly": "cp ../../../LICENSE.md ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mjswensen/themer.git"
},
"keywords": [
"themer",
"colors",
"colorset",
"theme",
"rivet"
],
"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-rivet#readme",
"peerDependencies": {
"themer": "^3"
},
"devDependencies": {},
"dependencies": {}
}