themer/cli/packages/wox/package.json
2020-05-05 06:46:09 -06:00

33 lines
673 B
JSON

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