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

38 lines
820 B
JSON
Raw Normal View History

2019-06-21 11:57:03 +00:00
{
2020-04-25 13:03:40 +00:00
"name": "@themer/colors-rivet",
2019-06-21 11:57:03 +00:00
"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"
},
2020-04-25 13:03:40 +00:00
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/colors-rivet#readme",
2019-06-21 11:57:03 +00:00
"peerDependencies": {
"themer": "^3"
},
"devDependencies": {},
"dependencies": {}
}