themer/cli/packages/vim/package.json
2020-04-25 13:41:12 -06:00

39 lines
797 B
JSON

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