124 lines
3.1 KiB
JSON
124 lines
3.1 KiB
JSON
{
|
|
"name": "xo-server",
|
|
"version": "4.3.0",
|
|
"license": "AGPL-3.0",
|
|
"description": "Server part of Xen-Orchestra",
|
|
"keywords": [
|
|
"xen",
|
|
"orchestra",
|
|
"xen-orchestra",
|
|
"server"
|
|
],
|
|
"homepage": "http://github.com/vatesfr/xo-server/",
|
|
"bugs": {
|
|
"url": "https://github.com/vatesfr/xo-server/issues"
|
|
},
|
|
"author": "Julien Fontanet <julien.fontanet@vates.fr>",
|
|
"preferGlobal": true,
|
|
"files": [
|
|
"bin/",
|
|
"dist/",
|
|
"index.js"
|
|
],
|
|
"directories": {
|
|
"bin": "bin"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/vatesfr/xo-server.git"
|
|
},
|
|
"dependencies": {
|
|
"app-conf": "^0.3.4",
|
|
"babel-runtime": "^5",
|
|
"base64url": "1.0.4",
|
|
"blocked": "^1.1.0",
|
|
"bluebird": "^2.9.14",
|
|
"clarify": "^1.0.5",
|
|
"connect": "^3.3.5",
|
|
"cron": "^1.0.9",
|
|
"debug": "^2.1.3",
|
|
"escape-string-regexp": "^1.0.3",
|
|
"event-to-promise": "^0.3.2",
|
|
"exec-promise": "^0.5.1",
|
|
"fs-extra": "^0.20.1",
|
|
"fs-promise": "^0.3.1",
|
|
"got": "^3.2.0",
|
|
"graceful-fs": "^4.1.2",
|
|
"hashy": "~0.4.2",
|
|
"http-server-plus": "^0.5.1",
|
|
"human-format": "^0.4.0",
|
|
"js-yaml": "^3.2.7",
|
|
"json-rpc-peer": "^0.10.0",
|
|
"julien-f-unzip": "^0.2.1",
|
|
"kindof": "^2.0.0",
|
|
"lodash.assign": "^3.0.0",
|
|
"lodash.bind": "^3.0.0",
|
|
"lodash.difference": "^3.2.0",
|
|
"lodash.endswith": "^3.0.2",
|
|
"lodash.filter": "^3.1.0",
|
|
"lodash.find": "^3.0.0",
|
|
"lodash.findindex": "^3.0.0",
|
|
"lodash.foreach": "^3.0.1",
|
|
"lodash.has": "^3.0.0",
|
|
"lodash.includes": "^3.1.1",
|
|
"lodash.isarray": "^3.0.0",
|
|
"lodash.isempty": "^3.0.0",
|
|
"lodash.isfunction": "^3.0.1",
|
|
"lodash.isobject": "^3.0.0",
|
|
"lodash.isstring": "^3.0.0",
|
|
"lodash.keys": "^3.0.4",
|
|
"lodash.map": "^3.0.0",
|
|
"lodash.pick": "^3.0.0",
|
|
"lodash.result": "^3.0.0",
|
|
"lodash.snakecase": "^3.0.1",
|
|
"lodash.sortby": "^3.1.4",
|
|
"lodash.startswith": "^3.0.1",
|
|
"make-error": "^1",
|
|
"ms": "^0.7.1",
|
|
"multikey-hash": "^1.0.1",
|
|
"proxy-http-request": "0.1.0",
|
|
"redis": "^0.12.1",
|
|
"request": "^2.53.0",
|
|
"schema-inspector": "^1.5.1",
|
|
"serve-static": "^1.9.2",
|
|
"source-map-support": "^0.3.2",
|
|
"then-redis": "~1.3.0",
|
|
"trace": "^1.2.0",
|
|
"ws": "~0.7.1",
|
|
"xen-api": "^0.6.1",
|
|
"xml2js": "~0.4.6",
|
|
"xo-collection": "^0.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^3.1.9",
|
|
"chai": "^3.0.0",
|
|
"dependency-check": "^2.4.0",
|
|
"gulp": "git://github.com/gulpjs/gulp#4.0",
|
|
"gulp-babel": "^5",
|
|
"gulp-coffee": "^2.3.1",
|
|
"gulp-plumber": "^1.0.0",
|
|
"gulp-sourcemaps": "^1.5.1",
|
|
"gulp-watch": "^4.2.2",
|
|
"leche": "^2.1.1",
|
|
"mocha": "^2.2.1",
|
|
"must": "^0.12.0",
|
|
"node-inspector": "^0.11.1",
|
|
"sinon": "^1.14.1",
|
|
"standard": "^4.5.4"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp build --production",
|
|
"dev": "gulp build",
|
|
"lint": "standard",
|
|
"prepublish": "npm run build",
|
|
"start": "node bin/xo-server",
|
|
"test": "npm run lint && dependency-check ./package.json && mocha --opts .mocha.opts \"dist/**/*.spec.js\""
|
|
},
|
|
"standard": {
|
|
"ignore": [
|
|
"dist/**"
|
|
],
|
|
"parser": "babel-eslint"
|
|
}
|
|
}
|