28 lines
678 B
JSON
28 lines
678 B
JSON
{
|
|
"private": false,
|
|
"name": "@xen-orchestra/backups",
|
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/backups",
|
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
|
"repository": {
|
|
"directory": "@xen-orchestra/backups",
|
|
"type": "git",
|
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
|
},
|
|
"version": "0.1.1",
|
|
"engines": {
|
|
"node": ">=8.10"
|
|
},
|
|
"scripts": {
|
|
"postversion": "npm publish --access public"
|
|
},
|
|
"dependencies": {
|
|
"d3-time-format": "^3.0.0",
|
|
"fs-extra": "^9.0.0"
|
|
},
|
|
"license": "AGPL-3.0-or-later",
|
|
"author": {
|
|
"name": "Vates SAS",
|
|
"url": "https://vates.fr"
|
|
}
|
|
}
|