themer/cli/packages/conemu/package.json
2020-04-25 07:23:16 -06:00

38 lines
791 B
JSON

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