Files
xen-orchestra/package.json
2015-02-18 14:52:56 +01:00

84 lines
2.1 KiB
JSON

{
"name": "xo-server",
"version": "3.6.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.3.1",
"babel": "^4.3.0",
"base64url": "1.0.4",
"bluebird": "^2.9.6",
"coffee-script": "~1.9.0",
"compiled-accessors": "^0.2.0",
"connect": "^3.3.4",
"debug": "^2.1.1",
"event-to-promise": "^0.3.2",
"exec-promise": "^0.5.1",
"fibers": "~1.0.5",
"fs-promise": "^0.3.1",
"graceful-fs": "^3.0.5",
"hashy": "~0.4.2",
"http-server-plus": "^0.5.0",
"js-yaml": "^3.2.5",
"json-rpc": "git://github.com/julien-f/js-json-rpc",
"lodash.assign": "^3.0.0",
"lodash.bind": "^3.0.0",
"lodash.clone": "^3.0.0",
"lodash.contains": "^2.4.1",
"lodash.difference": "^3.0.0",
"lodash.filter": "^3.0.0",
"lodash.find": "^3.0.0",
"lodash.foreach": "^3.0.1",
"lodash.has": "^3.0.0",
"lodash.isarray": "^3.0.0",
"lodash.isempty": "^3.0.0",
"lodash.isfunction": "^3.0.0",
"lodash.isobject": "^3.0.0",
"lodash.isstring": "^3.0.0",
"lodash.keys": "^3.0.2",
"lodash.map": "^3.0.0",
"lodash.pick": "^3.0.0",
"lodash.pluck": "^3.0.1",
"make-error": "^0.3.0",
"multikey-hash": "^1.0.1",
"require-tree": "~1.0.1",
"schema-inspector": "^1.5.0",
"serve-static": "^1.8.1",
"then-redis": "~1.3.0",
"ws": "~0.7.1",
"xml2js": "~0.4.4",
"xmlrpc": "~1.3.0"
},
"devDependencies": {
"chai": "~1.10.0",
"coffeelint-no-implicit-returns": "0.0.4",
"glob": "~4.3.5",
"mocha": "^2.1.0",
"node-inspector": "^0.8.3",
"sinon": "^1.12.2"
},
"scripts": {
"start": "node bin/xo-server",
"test": "coffee run-tests"
}
}