themer/cli/packages/colors-dracula/package.json
2020-04-24 10:30:09 -06:00

36 lines
773 B
JSON

{
"name": "@themer/colors-dracula",
"version": "1.0.0",
"description": "A themer color set ported from the popular Dracula theme.",
"main": "lib/index.js",
"engines": {
"node": ">=6.11"
},
"author": "mjswensen",
"license": "MIT",
"files": [
"/lib/index.js"
],
"scripts": {
"prepublishOnly": "cp ../../../LICENSE.md ./"
},
"repository": {
"url": "git+ssh://git@github.com/mjswensen/themer.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
},
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/colors-dracula#readme",
"peerDependencies": {
"themer": "^3"
},
"keywords": [
"themer",
"colors",
"colorset",
"theme",
"dracula"
]
}