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

36 lines
773 B
JSON
Raw Normal View History

{
2020-04-24 13:00:25 +00:00
"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"
},
2020-04-24 13:00:25 +00:00
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/colors-dracula#readme",
"peerDependencies": {
"themer": "^3"
},
"keywords": [
"themer",
"colors",
"colorset",
"theme",
"dracula"
]
}