themer/cli/packages/slack/package.json
2020-04-25 13:24:10 -06:00

37 lines
776 B
JSON

{
"name": "@themer/slack",
"version": "2.1.0",
"description": "A slack sidebar theme template for themer.",
"main": "lib/index.js",
"engines": {
"node": ">=8.11.4"
},
"author": "mjswensen",
"license": "MIT",
"files": [
"/lib/index.js"
],
"scripts": {
"prepublishOnly": "cp ../../../LICENSE.md ./"
},
"devDependencies": {},
"peerDependencies": {
"themer": "^2||^3"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mjswensen/themer.git"
},
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
},
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/slack#readme",
"keywords": [
"themer",
"slack",
"sidebar",
"theme"
]
}