themer/cli/packages/vim/package.json

39 lines
797 B
JSON
Raw Normal View History

2016-11-21 13:53:23 +00:00
{
2020-04-25 19:41:12 +00:00
"name": "@themer/vim",
2020-04-13 13:10:03 +00:00
"version": "3.2.1",
2016-11-21 13:53:23 +00:00
"description": "Vim template for themer.",
"main": "lib/index.js",
2017-07-04 03:22:13 +00:00
"engines": {
2018-08-23 03:20:10 +00:00
"node": ">=8.11.4"
2017-07-04 03:22:13 +00:00
},
2016-11-21 13:53:23 +00:00
"author": "mjswensen",
"repository": {
"url": "git+ssh://git@github.com/mjswensen/themer.git",
2016-11-21 13:53:23 +00:00
"type": "git"
},
"license": "MIT",
"files": [
"/lib/index.js"
],
2016-11-21 13:53:23 +00:00
"scripts": {
2018-10-07 04:04:33 +00:00
"prepublishOnly": "cp ../../../LICENSE.md ./"
2016-11-21 13:53:23 +00:00
},
"devDependencies": {},
2016-11-28 18:19:34 +00:00
"peerDependencies": {
"themer": "^1.0.2||^2||^3"
2017-09-09 23:34:15 +00:00
},
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
2017-09-09 23:34:15 +00:00
},
2020-04-25 19:41:12 +00:00
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/vim#readme",
2019-11-07 14:29:19 +00:00
"dependencies": {
"color-convert": "^2.0.1"
},
2017-09-09 23:34:15 +00:00
"keywords": [
"themer",
"vim",
"theme",
"colorscheme"
]
2016-11-21 13:53:23 +00:00
}