Files
xen-orchestra/packages/xo-lib/package.json
Julien Fontanet 553fc6f5d9 0.7.4
2015-12-30 12:01:12 +01:00

46 lines
971 B
JSON

{
"name": "xo-lib",
"version": "0.7.4",
"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": {
"lint": "standard",
"posttest": "npm run lint",
"test": "mocha \"*.spec.js\""
},
"dependencies": {
"bluebird": "^2.9.6",
"event-to-promise": "^0.4.0",
"exec-promise": "^0.5.1",
"json-rpc-peer": "^0.11.0",
"lodash.assign": "^3.0.0",
"lodash.foreach": "^3.0.1",
"lodash.isstring": "^3.0.0",
"lodash.startswith": "^3.0.0",
"make-error": "^1.0.4",
"pw": "0.0.4",
"ws": "^0.8.0",
"xo-collection": "^0.4.0"
},
"devDependencies": {
"mocha": "^2.1.0",
"must": "^0.13.1",
"standard": "^5.3.1"
}
}