59 lines
1.3 KiB
JSON
59 lines
1.3 KiB
JSON
{
|
|
"name": "xo-cli",
|
|
"version": "0.6.0",
|
|
"license": "AGPL-3.0",
|
|
"description": "Basic CLI for Xen-Orchestra",
|
|
"keywords": [
|
|
"xo",
|
|
"xen-orchestra",
|
|
"xen",
|
|
"orchestra"
|
|
],
|
|
"homepage": "https://github.com/vatesfr/xo-cli",
|
|
"bugs": "https://github.com/vatesfr/xo-cli/issues",
|
|
"author": "Julien Fontanet <julien.fontanet@vates.fr>",
|
|
"preferGlobal": true,
|
|
"bin": {
|
|
"xo-cli": "index.js"
|
|
},
|
|
"files": [
|
|
"*.js"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/vatesfr/xo-cli"
|
|
},
|
|
"dependencies": {
|
|
"bluebird": "^2.2.2",
|
|
"chalk": "^1.1.1",
|
|
"event-to-promise": "^0.4.0",
|
|
"exec-promise": "^0.5.0",
|
|
"fs-promise": "^0.3.1",
|
|
"got": "^5.0.0",
|
|
"human-format": "^0.5.0",
|
|
"l33teral": "^2.0.4",
|
|
"lodash.assign": "^3.2.0",
|
|
"lodash.filter": "^3.1.1",
|
|
"lodash.foreach": "^3.0.3",
|
|
"lodash.isobject": "^3.0.2",
|
|
"lodash.keys": "^3.1.2",
|
|
"lodash.pairs": "^3.0.1",
|
|
"lodash.pick": "^3.1.0",
|
|
"micromatch": "^2.2.0",
|
|
"mkdirp": "^0.5.0",
|
|
"multiline": "^1.0.2",
|
|
"nice-pipe": "0.0.0",
|
|
"pretty-ms": "^2.1.0",
|
|
"progress-stream": "^1.1.1",
|
|
"xdg-basedir": "^2.0.0",
|
|
"xo-lib": "^0.7.3"
|
|
},
|
|
"devDependencies": {
|
|
"standard": "^5.3.1"
|
|
},
|
|
"scripts": {
|
|
"lint": "standard",
|
|
"posttest": "npm run lint"
|
|
}
|
|
}
|