184 lines
4.5 KiB
JSON
184 lines
4.5 KiB
JSON
{
|
|
"name": "xo-server",
|
|
"version": "5.9.4",
|
|
"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-web/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/vatesfr/xo-server.git"
|
|
},
|
|
"author": "Julien Fontanet <julien.fontanet@vates.fr>",
|
|
"preferGlobal": true,
|
|
"files": [
|
|
"better-stacks.js",
|
|
"bin/",
|
|
"dist/",
|
|
"config.json",
|
|
"index.js",
|
|
"signin.pug"
|
|
],
|
|
"directories": {
|
|
"bin": "bin"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.5"
|
|
},
|
|
"dependencies": {
|
|
"@marsaud/smb2-promise": "^0.2.1",
|
|
"@nraynaud/struct-fu": "^1.0.1",
|
|
"ajv": "^5.1.5",
|
|
"app-conf": "^0.4.1",
|
|
"archiver": "^1.3.0",
|
|
"arp-a": "^0.5.1",
|
|
"babel-runtime": "^6.23.0",
|
|
"base64url": "^2.0.0",
|
|
"bind-property-descriptor": "^1.0.0",
|
|
"blocked": "^1.2.1",
|
|
"bluebird": "^3.5.0",
|
|
"body-parser": "^1.17.1",
|
|
"connect-flash": "^0.1.1",
|
|
"cookie": "^0.3.1",
|
|
"cookie-parser": "^1.4.3",
|
|
"cron": "^1.2.1",
|
|
"d3-time-format": "^2.0.5",
|
|
"debug": "^2.6.7",
|
|
"decorator-synchronized": "^0.2.3",
|
|
"deptree": "^1.0.0",
|
|
"escape-string-regexp": "^1.0.5",
|
|
"event-to-promise": "^0.8.0",
|
|
"exec-promise": "^0.7.0",
|
|
"execa": "^0.7.0",
|
|
"express": "^4.15.2",
|
|
"express-session": "^1.15.2",
|
|
"fatfs": "^0.10.4",
|
|
"from2": "^2.3.0",
|
|
"fs-extra": "^3.0.1",
|
|
"golike-defer": "^0.1.0",
|
|
"hashy": "~0.6.1",
|
|
"helmet": "^3.6.0",
|
|
"highland": "^2.10.5",
|
|
"http-proxy": "^1.16.2",
|
|
"http-request-plus": "^0.4.0",
|
|
"http-server-plus": "^0.8.0",
|
|
"human-format": "^0.8.0",
|
|
"is-redirect": "^1.0.0",
|
|
"js-yaml": "^3.8.4",
|
|
"json-rpc-peer": "^0.14.0",
|
|
"json5": "^0.5.1",
|
|
"julien-f-source-map-support": "0.0.0",
|
|
"julien-f-unzip": "^0.2.1",
|
|
"kindof": "^2.0.0",
|
|
"level": "^1.6.0",
|
|
"level-party": "^3.0.4",
|
|
"level-sublevel": "^6.6.1",
|
|
"leveldown": "^1.6.0",
|
|
"lodash": "^4.17.4",
|
|
"make-error": "^1",
|
|
"micromatch": "^3.0.3",
|
|
"minimist": "^1.2.0",
|
|
"moment-timezone": "^0.5.13",
|
|
"ms": "^2.0.0",
|
|
"multikey-hash": "^1.0.4",
|
|
"ndjson": "^1.5.0",
|
|
"parse-pairs": "^0.2.2",
|
|
"partial-stream": "0.0.0",
|
|
"passport": "^0.3.2",
|
|
"passport-local": "^1.0.0",
|
|
"pretty-format": "^20.0.1",
|
|
"promise-toolbox": "^0.9.5",
|
|
"proxy-agent": "^2.0.0",
|
|
"pug": "^2.0.0-rc.2",
|
|
"pw": "^0.0.4",
|
|
"redis": "^2.7.1",
|
|
"schema-inspector": "^1.6.8",
|
|
"semver": "^5.3.0",
|
|
"serve-static": "^1.12.3",
|
|
"split-lines": "^1.1.0",
|
|
"stack-chain": "^1.3.7",
|
|
"tar-stream": "^1.5.4",
|
|
"through2": "^2.0.3",
|
|
"tmp": "^0.0.31",
|
|
"uuid": "^3.0.1",
|
|
"ws": "^3.0.0",
|
|
"xen-api": "^0.13.1",
|
|
"xml2js": "~0.4.17",
|
|
"xo-acl-resolver": "^0.2.3",
|
|
"xo-collection": "^0.4.1",
|
|
"xo-common": "^0.1.1",
|
|
"xo-remote-parser": "^0.3",
|
|
"xo-vmdk-to-vhd": "0.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^7.2.3",
|
|
"babel-plugin-lodash": "^3.2.11",
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.4",
|
|
"babel-plugin-transform-runtime": "^6.23.0",
|
|
"babel-preset-env": "^1.4.0",
|
|
"babel-preset-stage-0": "^6.24.1",
|
|
"dependency-check": "^2.8.0",
|
|
"gulp": "git://github.com/gulpjs/gulp#4.0",
|
|
"gulp-babel": "^6",
|
|
"gulp-coffee": "^2.3.4",
|
|
"gulp-plumber": "^1.1.0",
|
|
"gulp-sourcemaps": "^2.6.0",
|
|
"gulp-watch": "^4.3.11",
|
|
"husky": "^0.13.3",
|
|
"index-modules": "^0.3.0",
|
|
"jest": "^20.0.1",
|
|
"rimraf": "^2.6.1",
|
|
"standard": "^10.0.2"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp build --production",
|
|
"commitmsg": "npm test",
|
|
"dev": "gulp build",
|
|
"dev-test": "jest --bail --watch",
|
|
"posttest": "standard && dependency-check -i constant-stream ./package.json",
|
|
"prebuild": "index-modules src/api src/xapi/mixins src/xo-mixins",
|
|
"predev": "npm run prebuild",
|
|
"prepublish": "npm run build",
|
|
"start": "node bin/xo-server",
|
|
"test": "jest"
|
|
},
|
|
"babel": {
|
|
"plugins": [
|
|
"lodash",
|
|
"transform-decorators-legacy",
|
|
"transform-runtime"
|
|
],
|
|
"presets": [
|
|
[
|
|
"env",
|
|
{
|
|
"targets": {
|
|
"node": 4
|
|
}
|
|
}
|
|
],
|
|
"stage-0"
|
|
]
|
|
},
|
|
"jest": {
|
|
"roots": [
|
|
"<rootDir>/src"
|
|
],
|
|
"testRegex": "\\.spec\\.js$"
|
|
},
|
|
"standard": {
|
|
"ignore": [
|
|
"dist"
|
|
],
|
|
"parser": "babel-eslint"
|
|
}
|
|
}
|