44 lines
924 B
JSON
44 lines
924 B
JSON
{
|
|
"name": "xo-lib",
|
|
"version": "0.7.3",
|
|
"description": "Library to connect to XO-Server",
|
|
"keywords": [
|
|
"xen",
|
|
"orchestra",
|
|
"xen-orchestra"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/vatesfr/xo-lib"
|
|
},
|
|
"author": {
|
|
"name": "Julien Fontanet",
|
|
"email": "julien.fontanet@vates.fr"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && mocha '*.spec.js'"
|
|
},
|
|
"dependencies": {
|
|
"@julien-f/json-rpc": "^0.3.5",
|
|
"bluebird": "^2.9.6",
|
|
"event-to-promise": "^0.3.3",
|
|
"exec-promise": "^0.5.1",
|
|
"lodash.assign": "^3.0.0",
|
|
"lodash.foreach": "^3.0.1",
|
|
"lodash.isstring": "^3.0.0",
|
|
"lodash.startswith": "^3.0.0",
|
|
"make-error": "^0.3.0",
|
|
"pw": "0.0.4",
|
|
"ws": "^0.8.0",
|
|
"xo-collection": "^0.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^2.1.0",
|
|
"must": "^0.12.0",
|
|
"standard": "*"
|
|
}
|
|
}
|