48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "xo-server-load-balancer",
|
|
"version": "0.3.2",
|
|
"license": "AGPL-3.0",
|
|
"description": "Load balancer for XO-Server",
|
|
"keywords": [
|
|
"load",
|
|
"balancer",
|
|
"server",
|
|
"pool",
|
|
"host"
|
|
],
|
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/xo-server-load-balancer",
|
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
|
},
|
|
"author": {
|
|
"name": "Julien Fontanet",
|
|
"email": "julien.fontanet@isonoe.net"
|
|
},
|
|
"preferGlobal": false,
|
|
"main": "dist/",
|
|
"bin": {},
|
|
"files": [
|
|
"dist/"
|
|
],
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"dependencies": {
|
|
"@xen-orchestra/cron": "^1.0.3",
|
|
"lodash": "^4.16.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "7.0.0",
|
|
"@babel/core": "7.0.0",
|
|
"@babel/preset-env": "7.0.0",
|
|
"babel-plugin-lodash": "^3.3.2"
|
|
},
|
|
"scripts": {
|
|
"build": "NODE_ENV=production babel --source-maps --out-dir=dist/ src/",
|
|
"dev": "NODE_DEV=development babel --watch --source-maps --out-dir=dist/ src/",
|
|
"prepublishOnly": "yarn run build"
|
|
}
|
|
}
|