86 lines
2.2 KiB
JSON
86 lines
2.2 KiB
JSON
{
|
|
"name": "xo-server",
|
|
"version": "3.5.0",
|
|
"license": "AGPL3",
|
|
"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,
|
|
"directories": {
|
|
"bin": "bin"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/vatesfr/xo-server.git"
|
|
},
|
|
"dependencies": {
|
|
"app-conf": "^0.2.0",
|
|
"backoff": "~2.4.0",
|
|
"base64url": "0.0.6",
|
|
"bluebird": "^2.3.2",
|
|
"chalk": "^0.5.1",
|
|
"coffee-script": "~1.8.0",
|
|
"compiled-accessors": "^0.2.0",
|
|
"connect": "^2.25.7",
|
|
"debug": "^2.0.0",
|
|
"event-to-promise": "^0.3.1",
|
|
"exec-promise": "^0.4.0",
|
|
"extendable": "~0.0.6",
|
|
"fibers": "~1.0.2",
|
|
"hashy": "~0.3.6",
|
|
"http-server-plus": "^0.3.0",
|
|
"json-rpc": "git://github.com/julien-f/js-json-rpc",
|
|
"lodash.assign": "^2.4.1",
|
|
"lodash.bind": "^2.4.1",
|
|
"lodash.clone": "^2.4.1",
|
|
"lodash.contains": "^2.4.1",
|
|
"lodash.defaults": "^2.4.1",
|
|
"lodash.difference": "^2.4.1",
|
|
"lodash.filter": "^2.4.1",
|
|
"lodash.find": "^2.4.1",
|
|
"lodash.foreach": "^2.4.1",
|
|
"lodash.isarray": "^2.4.1",
|
|
"lodash.isempty": "^2.4.1",
|
|
"lodash.isfunction": "^2.4.1",
|
|
"lodash.isobject": "^2.4.1",
|
|
"lodash.isstring": "^2.4.1",
|
|
"lodash.keys": "^2.4.1",
|
|
"lodash.map": "^2.4.1",
|
|
"lodash.omit": "^2.4.1",
|
|
"lodash.pick": "^2.4.1",
|
|
"lodash.pluck": "^2.4.1",
|
|
"lodash.values": "^2.4.1",
|
|
"lodash.where": "^2.4.1",
|
|
"make-error": "^0.2.0",
|
|
"nconf": "~0.6.9",
|
|
"require-tree": "~0.3.3",
|
|
"schema-inspector": "^1.4.8",
|
|
"serve-static": "^1.5.3",
|
|
"then-redis": "~0.3.12",
|
|
"ws": "~0.4.32",
|
|
"xml2js": "~0.4.4",
|
|
"xmlrpc": "~1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "~1.9.1",
|
|
"coffeelint-no-implicit-returns": "0.0.4",
|
|
"glob": "~4.0.5",
|
|
"mocha": "^1.21.4",
|
|
"node-inspector": "^0.7.4",
|
|
"sinon": "^1.10.3"
|
|
},
|
|
"scripts": {
|
|
"start": "node bin/xo-server",
|
|
"test": "coffee run-tests"
|
|
}
|
|
}
|