themer/cli/packages/colors-lucid/package.json
2020-04-25 06:17:11 -06:00

35 lines
763 B
JSON

{
"name": "@themer/colors-lucid",
"version": "1.0.3",
"description": "A color set for themer based on the Lucidchart editor.",
"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",
"lucid",
"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-lucid#readme",
"devDependencies": {},
"dependencies": {}
}