Files
xen-orchestra/package.json
Olivier Lambert a72da79743 4.6.0
2015-09-25 00:12:03 +02:00

132 lines
3.4 KiB
JSON

{
"name": "xo-server",
"version": "4.6.0",
"license": "AGPL-3.0",
"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,
"files": [
"bin/",
"dist/",
"index.js",
"signin.jade"
],
"directories": {
"bin": "bin"
},
"repository": {
"type": "git",
"url": "git://github.com/vatesfr/xo-server.git"
},
"dependencies": {
"app-conf": "^0.4.0",
"babel-runtime": "^5",
"base64url": "1.0.4",
"blocked": "^1.1.0",
"bluebird": "^2.9.14",
"body-parser": "^1.13.3",
"clarify": "^1.0.5",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.3.5",
"cron": "^1.0.9",
"debug": "^2.1.3",
"escape-string-regexp": "^1.0.3",
"event-to-promise": "^0.4.0",
"exec-promise": "^0.5.1",
"express": "^4.13.3",
"express-session": "^1.11.3",
"fs-extra": "^0.24.0",
"fs-promise": "^0.3.1",
"got": "^3.2.0",
"graceful-fs": "^4.1.2",
"hashy": "~0.4.2",
"http-server-plus": "^0.5.1",
"human-format": "^0.5.0",
"jade": "^1.11.0",
"js-yaml": "^3.2.7",
"json-rpc-peer": "^0.10.0",
"julien-f-unzip": "^0.2.1",
"kindof": "^2.0.0",
"lodash.assign": "^3.0.0",
"lodash.bind": "^3.0.0",
"lodash.difference": "^3.2.0",
"lodash.endswith": "^3.0.2",
"lodash.filter": "^3.1.0",
"lodash.find": "^3.0.0",
"lodash.findindex": "^3.0.0",
"lodash.foreach": "^3.0.1",
"lodash.has": "^3.0.0",
"lodash.includes": "^3.1.1",
"lodash.isarray": "^3.0.0",
"lodash.isempty": "^3.0.0",
"lodash.isfunction": "^3.0.1",
"lodash.isobject": "^3.0.0",
"lodash.isstring": "^3.0.0",
"lodash.keys": "^3.0.4",
"lodash.map": "^3.0.0",
"lodash.pick": "^3.0.0",
"lodash.result": "^3.0.0",
"lodash.sortby": "^3.1.4",
"lodash.startswith": "^3.0.1",
"make-error": "^1",
"ms": "^0.7.1",
"multikey-hash": "^1.0.1",
"partial-stream": "0.0.0",
"passport": "^0.3.0",
"passport-local": "^1.0.0",
"proxy-http-request": "0.1.0",
"redis": "^0.12.1",
"request": "^2.53.0",
"schema-inspector": "^1.5.1",
"serve-static": "^1.9.2",
"source-map-support": "^0.3.2",
"then-redis": "~1.3.0",
"trace": "^1.2.0",
"ws": "~0.8.0",
"xen-api": "^0.6.1",
"xml2js": "~0.4.6",
"xo-collection": "^0.4.0"
},
"devDependencies": {
"babel-eslint": "^4.0.10",
"chai": "^3.0.0",
"dependency-check": "^2.4.0",
"gulp": "git://github.com/gulpjs/gulp#4.0",
"gulp-babel": "^5",
"gulp-coffee": "^2.3.1",
"gulp-plumber": "^1.0.0",
"gulp-sourcemaps": "^1.5.1",
"gulp-watch": "^4.2.2",
"leche": "^2.1.1",
"mocha": "^2.2.1",
"must": "^0.12.0",
"node-inspector": "^0.12.2",
"sinon": "^1.14.1",
"standard": "^5.2.1"
},
"scripts": {
"build": "gulp build --production",
"dev": "gulp build",
"lint": "standard",
"prepublish": "npm run build",
"start": "node bin/xo-server",
"test": "npm run lint && dependency-check ./package.json && mocha --opts .mocha.opts \"dist/**/*.spec.js\""
},
"standard": {
"ignore": [
"dist/**"
],
"parser": "babel-eslint"
}
}