2013-06-25 19:02:54 +02:00
|
|
|
{
|
2014-05-30 10:38:37 +01:00
|
|
|
"name": "xo-server",
|
2015-03-27 15:13:15 +01:00
|
|
|
"version": "3.8.0",
|
2014-05-30 10:38:37 +01:00
|
|
|
"license": "AGPL3",
|
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,
|
|
|
|
|
"directories": {
|
|
|
|
|
"bin": "bin"
|
|
|
|
|
},
|
2013-06-25 19:02:54 +02:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git://github.com/vatesfr/xo-server.git"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2015-03-17 12:49:42 +01:00
|
|
|
"app-conf": "^0.3.4",
|
|
|
|
|
"babel": "^4.7.13",
|
2015-01-27 18:25:31 +01:00
|
|
|
"base64url": "1.0.4",
|
2015-03-17 12:49:42 +01:00
|
|
|
"bluebird": "^2.9.14",
|
|
|
|
|
"coffee-script": "~1.9.1",
|
2014-08-14 16:05:23 +02:00
|
|
|
"compiled-accessors": "^0.2.0",
|
2015-03-17 12:49:42 +01:00
|
|
|
"connect": "^3.3.5",
|
|
|
|
|
"debug": "^2.1.3",
|
2015-01-27 18:25:31 +01:00
|
|
|
"event-to-promise": "^0.3.2",
|
|
|
|
|
"exec-promise": "^0.5.1",
|
|
|
|
|
"fibers": "~1.0.5",
|
2015-02-12 12:27:48 +01:00
|
|
|
"fs-promise": "^0.3.1",
|
2015-03-17 12:49:42 +01:00
|
|
|
"graceful-fs": "^3.0.6",
|
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-03-19 17:17:03 +01:00
|
|
|
"human-format": "^0.3.0",
|
2015-03-17 12:49:42 +01:00
|
|
|
"js-yaml": "^3.2.7",
|
2014-09-12 20:56:17 +02:00
|
|
|
"json-rpc": "git://github.com/julien-f/js-json-rpc",
|
2015-01-27 18:25:31 +01:00
|
|
|
"lodash.assign": "^3.0.0",
|
|
|
|
|
"lodash.bind": "^3.0.0",
|
2015-03-17 12:49:42 +01:00
|
|
|
"lodash.clone": "^3.0.1",
|
2014-09-12 11:28:12 +02:00
|
|
|
"lodash.contains": "^2.4.1",
|
2015-03-17 12:49:42 +01:00
|
|
|
"lodash.difference": "^3.0.1",
|
2015-01-27 18:25:31 +01:00
|
|
|
"lodash.filter": "^3.0.0",
|
|
|
|
|
"lodash.find": "^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-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-17 12:49:42 +01:00
|
|
|
"lodash.pluck": "^3.0.2",
|
2015-01-27 18:25:31 +01:00
|
|
|
"make-error": "^0.3.0",
|
2015-02-17 18:15:00 +01:00
|
|
|
"multikey-hash": "^1.0.1",
|
2015-03-27 12:51:04 +01:00
|
|
|
"proxy-http-request": "0.0.2",
|
2015-01-27 18:25:31 +01:00
|
|
|
"require-tree": "~1.0.1",
|
2015-03-17 12:49:42 +01:00
|
|
|
"schema-inspector": "^1.5.1",
|
|
|
|
|
"serve-static": "^1.9.2",
|
2015-01-27 18:25:31 +01:00
|
|
|
"then-redis": "~1.3.0",
|
2015-02-04 15:06:03 +01:00
|
|
|
"ws": "~0.7.1",
|
2015-03-17 12:49:42 +01:00
|
|
|
"xml2js": "~0.4.6",
|
2015-01-27 18:25:31 +01:00
|
|
|
"xmlrpc": "~1.3.0"
|
2013-06-25 19:02:54 +02:00
|
|
|
},
|
2013-11-21 17:05:36 +01:00
|
|
|
"devDependencies": {
|
2015-03-17 12:49:42 +01:00
|
|
|
"chai": "~2.1.2",
|
2014-09-12 11:29:43 +02:00
|
|
|
"coffeelint-no-implicit-returns": "0.0.4",
|
2015-03-17 12:49:42 +01:00
|
|
|
"glob": "~5.0.3",
|
|
|
|
|
"mocha": "^2.2.1",
|
|
|
|
|
"node-inspector": "^0.9.2",
|
|
|
|
|
"sinon": "^1.14.1"
|
2013-11-21 17:05:36 +01:00
|
|
|
},
|
2014-01-10 16:06:51 +01:00
|
|
|
"scripts": {
|
2014-08-11 13:22:53 +02:00
|
|
|
"start": "node bin/xo-server",
|
|
|
|
|
"test": "coffee run-tests"
|
2014-05-30 10:38:37 +01:00
|
|
|
}
|
2013-06-25 19:02:54 +02:00
|
|
|
}
|