2013-06-25 19:02:54 +02:00
|
|
|
{
|
2014-05-30 10:38:37 +01:00
|
|
|
"name": "xo-server",
|
2015-09-25 00:12:03 +02:00
|
|
|
"version": "4.6.0",
|
2015-05-19 17:45:02 +02:00
|
|
|
"license": "AGPL-3.0",
|
2014-07-26 18:01:27 +02:00
|
|
|
"description": "Server part of Xen-Orchestra",
|
2014-05-30 10:38:37 +01:00
|
|
|
"keywords": [
|
|
|
|
|
"xen",
|
|
|
|
|
"orchestra",
|
|
|
|
|
"xen-orchestra",
|
|
|
|
|
"server"
|
|
|
|
|
],
|
2013-06-25 19:02:54 +02:00
|
|
|
"homepage": "http://github.com/vatesfr/xo-server/",
|
2014-05-30 10:38:37 +01:00
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/vatesfr/xo-server/issues"
|
|
|
|
|
},
|
|
|
|
|
"author": "Julien Fontanet <julien.fontanet@vates.fr>",
|
|
|
|
|
"preferGlobal": true,
|
2015-03-30 17:58:13 +02:00
|
|
|
"files": [
|
2015-03-30 18:09:29 +02:00
|
|
|
"bin/",
|
|
|
|
|
"dist/",
|
2015-08-28 15:52:21 +02:00
|
|
|
"index.js",
|
|
|
|
|
"signin.jade"
|
2015-03-30 17:58:13 +02:00
|
|
|
],
|
2014-05-30 10:38:37 +01:00
|
|
|
"directories": {
|
|
|
|
|
"bin": "bin"
|
|
|
|
|
},
|
2013-06-25 19:02:54 +02:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git://github.com/vatesfr/xo-server.git"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2015-09-07 16:07:23 +02:00
|
|
|
"app-conf": "^0.4.0",
|
2015-04-18 19:34:58 +02:00
|
|
|
"babel-runtime": "^5",
|
2015-01-27 18:25:31 +01:00
|
|
|
"base64url": "1.0.4",
|
2015-05-26 11:57:49 +02:00
|
|
|
"blocked": "^1.1.0",
|
2015-03-17 12:49:42 +01:00
|
|
|
"bluebird": "^2.9.14",
|
2015-08-28 10:34:51 +02:00
|
|
|
"body-parser": "^1.13.3",
|
2015-06-23 14:07:58 +02:00
|
|
|
"clarify": "^1.0.5",
|
2015-08-28 10:34:51 +02:00
|
|
|
"connect-flash": "^0.1.1",
|
|
|
|
|
"cookie-parser": "^1.3.5",
|
2015-06-10 17:25:37 +02:00
|
|
|
"cron": "^1.0.9",
|
2015-03-17 12:49:42 +01:00
|
|
|
"debug": "^2.1.3",
|
2015-06-10 17:25:37 +02:00
|
|
|
"escape-string-regexp": "^1.0.3",
|
2015-09-07 16:07:23 +02:00
|
|
|
"event-to-promise": "^0.4.0",
|
2015-01-27 18:25:31 +01:00
|
|
|
"exec-promise": "^0.5.1",
|
2015-08-28 10:34:51 +02:00
|
|
|
"express": "^4.13.3",
|
|
|
|
|
"express-session": "^1.11.3",
|
2015-09-07 16:07:23 +02:00
|
|
|
"fs-extra": "^0.24.0",
|
2015-02-12 12:27:48 +01:00
|
|
|
"fs-promise": "^0.3.1",
|
2015-05-24 18:55:30 +02:00
|
|
|
"got": "^3.2.0",
|
2015-07-01 16:54:24 +02:00
|
|
|
"graceful-fs": "^4.1.2",
|
2015-01-27 18:25:31 +01:00
|
|
|
"hashy": "~0.4.2",
|
2015-03-06 11:58:37 +01:00
|
|
|
"http-server-plus": "^0.5.1",
|
2015-09-07 16:07:23 +02:00
|
|
|
"human-format": "^0.5.0",
|
2015-08-28 15:52:21 +02:00
|
|
|
"jade": "^1.11.0",
|
2015-03-17 12:49:42 +01:00
|
|
|
"js-yaml": "^3.2.7",
|
2015-06-26 20:23:42 +02:00
|
|
|
"json-rpc-peer": "^0.10.0",
|
2015-06-05 15:32:44 +02:00
|
|
|
"julien-f-unzip": "^0.2.1",
|
2015-06-30 11:06:31 +02:00
|
|
|
"kindof": "^2.0.0",
|
2015-01-27 18:25:31 +01:00
|
|
|
"lodash.assign": "^3.0.0",
|
|
|
|
|
"lodash.bind": "^3.0.0",
|
2015-05-02 18:14:50 +02:00
|
|
|
"lodash.difference": "^3.2.0",
|
2015-05-26 19:43:51 +02:00
|
|
|
"lodash.endswith": "^3.0.2",
|
2015-04-13 16:21:36 +02:00
|
|
|
"lodash.filter": "^3.1.0",
|
2015-01-27 18:25:31 +01:00
|
|
|
"lodash.find": "^3.0.0",
|
2015-03-23 11:22:21 +01:00
|
|
|
"lodash.findindex": "^3.0.0",
|
2015-02-04 15:06:03 +01:00
|
|
|
"lodash.foreach": "^3.0.1",
|
2015-02-12 11:54:36 +01:00
|
|
|
"lodash.has": "^3.0.0",
|
2015-04-20 16:26:14 +02:00
|
|
|
"lodash.includes": "^3.1.1",
|
2015-01-27 18:25:31 +01:00
|
|
|
"lodash.isarray": "^3.0.0",
|
|
|
|
|
"lodash.isempty": "^3.0.0",
|
2015-03-17 12:49:42 +01:00
|
|
|
"lodash.isfunction": "^3.0.1",
|
2015-01-27 18:25:31 +01:00
|
|
|
"lodash.isobject": "^3.0.0",
|
|
|
|
|
"lodash.isstring": "^3.0.0",
|
2015-03-17 12:49:42 +01:00
|
|
|
"lodash.keys": "^3.0.4",
|
2015-01-27 18:25:31 +01:00
|
|
|
"lodash.map": "^3.0.0",
|
|
|
|
|
"lodash.pick": "^3.0.0",
|
2015-03-23 11:22:21 +01:00
|
|
|
"lodash.result": "^3.0.0",
|
2015-06-10 17:25:37 +02:00
|
|
|
"lodash.sortby": "^3.1.4",
|
2015-05-26 19:43:51 +02:00
|
|
|
"lodash.startswith": "^3.0.1",
|
2015-04-20 12:58:46 +02:00
|
|
|
"make-error": "^1",
|
2015-06-30 11:06:31 +02:00
|
|
|
"ms": "^0.7.1",
|
2015-02-17 18:15:00 +01:00
|
|
|
"multikey-hash": "^1.0.1",
|
2015-09-01 16:46:06 +02:00
|
|
|
"partial-stream": "0.0.0",
|
2015-08-28 10:34:51 +02:00
|
|
|
"passport": "^0.3.0",
|
|
|
|
|
"passport-local": "^1.0.0",
|
2015-05-24 18:55:30 +02:00
|
|
|
"proxy-http-request": "0.1.0",
|
2015-10-05 15:32:34 +02:00
|
|
|
"redis": "^2.0.1",
|
2015-03-23 11:22:21 +01:00
|
|
|
"request": "^2.53.0",
|
2015-03-17 12:49:42 +01:00
|
|
|
"schema-inspector": "^1.5.1",
|
|
|
|
|
"serve-static": "^1.9.2",
|
2015-06-25 14:10:42 +02:00
|
|
|
"source-map-support": "^0.3.2",
|
2015-06-09 15:55:48 +02:00
|
|
|
"trace": "^1.2.0",
|
2015-09-07 16:07:23 +02:00
|
|
|
"ws": "~0.8.0",
|
2015-06-30 17:23:20 +02:00
|
|
|
"xen-api": "^0.6.1",
|
2015-05-06 15:01:59 +02:00
|
|
|
"xml2js": "~0.4.6",
|
2015-07-01 16:54:24 +02:00
|
|
|
"xo-collection": "^0.4.0"
|
2013-06-25 19:02:54 +02:00
|
|
|
},
|
2013-11-21 17:05:36 +01:00
|
|
|
"devDependencies": {
|
2015-08-24 13:26:24 +02:00
|
|
|
"babel-eslint": "^4.0.10",
|
2015-06-10 17:25:37 +02:00
|
|
|
"chai": "^3.0.0",
|
2015-06-12 10:59:36 +02:00
|
|
|
"dependency-check": "^2.4.0",
|
2015-03-30 17:58:13 +02:00
|
|
|
"gulp": "git://github.com/gulpjs/gulp#4.0",
|
2015-04-18 19:34:58 +02:00
|
|
|
"gulp-babel": "^5",
|
2015-03-30 17:58:13 +02:00
|
|
|
"gulp-coffee": "^2.3.1",
|
|
|
|
|
"gulp-plumber": "^1.0.0",
|
2015-04-21 14:39:20 +02:00
|
|
|
"gulp-sourcemaps": "^1.5.1",
|
2015-03-30 17:58:13 +02:00
|
|
|
"gulp-watch": "^4.2.2",
|
2015-06-10 17:25:37 +02:00
|
|
|
"leche": "^2.1.1",
|
2015-03-17 12:49:42 +01:00
|
|
|
"mocha": "^2.2.1",
|
2015-06-15 16:41:11 +02:00
|
|
|
"must": "^0.12.0",
|
2015-08-24 13:26:24 +02:00
|
|
|
"node-inspector": "^0.12.2",
|
2015-06-03 09:42:00 +02:00
|
|
|
"sinon": "^1.14.1",
|
2015-09-04 11:00:36 +02:00
|
|
|
"standard": "^5.2.1"
|
2013-11-21 17:05:36 +01:00
|
|
|
},
|
2014-01-10 16:06:51 +01:00
|
|
|
"scripts": {
|
2015-03-30 17:58:13 +02:00
|
|
|
"build": "gulp build --production",
|
|
|
|
|
"dev": "gulp build",
|
2015-06-03 09:42:00 +02:00
|
|
|
"lint": "standard",
|
2015-06-11 09:16:50 +02:00
|
|
|
"prepublish": "npm run build",
|
2014-08-11 13:22:53 +02:00
|
|
|
"start": "node bin/xo-server",
|
2015-06-15 16:27:02 +02:00
|
|
|
"test": "npm run lint && dependency-check ./package.json && mocha --opts .mocha.opts \"dist/**/*.spec.js\""
|
2015-04-13 18:32:45 +02:00
|
|
|
},
|
|
|
|
|
"standard": {
|
|
|
|
|
"ignore": [
|
|
|
|
|
"dist/**"
|
2015-06-03 09:42:00 +02:00
|
|
|
],
|
|
|
|
|
"parser": "babel-eslint"
|
2014-05-30 10:38:37 +01:00
|
|
|
}
|
2013-06-25 19:02:54 +02:00
|
|
|
}
|