65 lines
1.6 KiB
JSON
65 lines
1.6 KiB
JSON
{
|
|
"name": "xo-server-usage-report",
|
|
"version": "0.7.2",
|
|
"license": "AGPL-3.0",
|
|
"description": "",
|
|
"keywords": [
|
|
"orchestra",
|
|
"plugin",
|
|
"report",
|
|
"usage",
|
|
"xen",
|
|
"xen",
|
|
"xen-orchestra"
|
|
],
|
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/xo-server-usage-report",
|
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
|
"repository": {
|
|
"directory": "packages/xo-server-usage-report",
|
|
"type": "git",
|
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
|
},
|
|
"author": {
|
|
"name": "Julien Fontanet",
|
|
"email": "julien.fontanet@vates.fr"
|
|
},
|
|
"preferGlobal": false,
|
|
"main": "dist/",
|
|
"bin": {},
|
|
"files": [
|
|
"dist/",
|
|
"images/",
|
|
"report.html.tpl"
|
|
],
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"dependencies": {
|
|
"@xen-orchestra/async-map": "^0.0.0",
|
|
"@xen-orchestra/cron": "^1.0.3",
|
|
"@xen-orchestra/log": "^0.1.4",
|
|
"handlebars": "^4.0.6",
|
|
"html-minifier": "^4.0.0",
|
|
"human-format": "^0.10.0",
|
|
"lodash": "^4.17.4",
|
|
"promise-toolbox": "^0.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.0.0",
|
|
"@babel/core": "^7.0.0",
|
|
"@babel/preset-env": "^7.0.0",
|
|
"babel-plugin-lodash": "^3.3.2",
|
|
"cross-env": "^5.1.3",
|
|
"rimraf": "^2.6.1"
|
|
},
|
|
"scripts": {
|
|
"build": "cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/",
|
|
"clean": "rimraf dist/",
|
|
"dev": "cross-env NODE_ENV=development babel --watch --source-maps --out-dir=dist/ src/",
|
|
"prebuild": "yarn run clean",
|
|
"predev": "yarn run prebuild",
|
|
"prepublishOnly": "yarn run build"
|
|
},
|
|
"private": true
|
|
}
|