28 lines
705 B
JSON
28 lines
705 B
JSON
{
|
|
"bin": {
|
|
"xo-backups": "index.js"
|
|
},
|
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
|
"dependencies": {
|
|
"@xen-orchestra/fs": "^0.10.1",
|
|
"lodash": "^4.17.15",
|
|
"promise-toolbox": "^0.14.0",
|
|
"proper-lockfile": "^4.1.1",
|
|
"vhd-lib": "^0.7.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.10.1"
|
|
},
|
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/backups-cli",
|
|
"name": "@xen-orchestra/backups-cli",
|
|
"repository": {
|
|
"directory": "@xen-orchestra/backups-cli",
|
|
"type": "git",
|
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
|
},
|
|
"scripts": {
|
|
"postversion": "npm publish --access public"
|
|
},
|
|
"version": "0.0.0"
|
|
}
|