1
0
mirror of https://github.com/zplug/zplug synced 2025-11-09 18:58:42 +01:00
zplug/package.json
2016-12-09 18:59:49 +09:00

30 lines
546 B
JSON

{
"name": "zplug",
"version": "2.3.4",
"description": "A next-generation plugin manager for zsh",
"main": "init.zsh",
"directories": {
"doc": "doc",
"test": "test"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zplug/zplug.git"
},
"keywords": [
"zsh",
"plugin",
"package",
"manager"
],
"author": "b4b4r07",
"license": "MIT",
"bugs": {
"url": "https://github.com/zplug/zplug/issues"
},
"homepage": "https://zplug.sh"
}