themer/cli/packages/conemu/package.json

38 lines
791 B
JSON
Raw Normal View History

2017-10-03 13:02:22 +00:00
{
2020-04-25 13:23:16 +00:00
"name": "@themer/conemu",
2020-03-20 12:28:23 +00:00
"version": "1.1.0",
2017-10-03 13:02:22 +00:00
"description": "A ConEmu theme generator for themer.",
"main": "lib/index.js",
2018-08-23 03:20:10 +00:00
"engines": {
"node": ">=8.11.4"
},
2017-10-03 13:02:22 +00:00
"scripts": {
2018-10-07 04:04:33 +00:00
"prepublishOnly": "cp ../../../LICENSE.md ./"
2017-10-03 13:02:22 +00:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/mjswensen/themer.git"
2017-10-03 13:02:22 +00:00
},
"keywords": [
"themer",
"conemu",
"theme"
],
"author": "mjswensen",
"license": "MIT",
"files": [
"/lib/index.js"
],
2017-10-03 13:02:22 +00:00
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
2017-10-03 13:02:22 +00:00
},
2020-04-25 13:23:16 +00:00
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/conemu#readme",
2017-10-03 13:02:22 +00:00
"dependencies": {
"lodash": "^4.17.4"
},
"devDependencies": {},
2017-10-13 13:05:24 +00:00
"peerDependencies": {
"themer": "^1.0.2||^2||^3"
2017-10-03 13:02:22 +00:00
}
}