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

35 lines
763 B
JSON
Raw Normal View History

2017-09-11 12:17:03 +00:00
{
2020-04-25 12:17:11 +00:00
"name": "@themer/colors-lucid",
2018-10-11 03:22:39 +00:00
"version": "1.0.3",
2017-09-11 12:17:03 +00:00
"description": "A color set for themer based on the Lucidchart editor.",
"main": "lib/index.js",
2018-08-23 03:20:10 +00:00
"engines": {
"node": ">=8.11.4"
},
2017-09-11 12:17:03 +00:00
"scripts": {
2018-10-07 04:04:33 +00:00
"prepublishOnly": "cp ../../../LICENSE.md ./"
2017-09-11 12:17:03 +00:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/mjswensen/themer.git"
2017-09-11 12:17:03 +00:00
},
"keywords": [
"themer",
"colors",
"colorset",
"lucid",
"theme"
],
"author": "mjswensen",
"license": "MIT",
"files": [
"/lib/index.js"
2018-09-05 12:22:49 +00:00
],
2017-09-11 12:17:03 +00:00
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
2017-09-11 12:17:03 +00:00
},
2020-04-25 12:17:11 +00:00
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/colors-lucid#readme",
"devDependencies": {},
2017-09-11 12:17:45 +00:00
"dependencies": {}
2017-09-11 12:17:03 +00:00
}