Files
xen-orchestra/package.json
Julien Fontanet 0254e71435 4.9.0
2015-11-13 11:27:40 +01:00

137 lines
3.5 KiB
JSON

{
"name": "xo-server",
"version": "4.9.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": [
"better-stacks.js",
"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",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.3.5",
"cron": "^1.0.9",
"d3-time-format": "^0.1.3",
"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.26.2",
"fs-promise": "^0.3.1",
"got": "^5.0.0",
"graceful-fs": "^4.1.2",
"hashy": "~0.4.2",
"highland": "^2.5.1",
"http-server-plus": "^0.5.1",
"human-format": "^0.5.0",
"is-my-json-valid": "^2.12.2",
"jade": "^1.11.0",
"js-yaml": "^3.2.7",
"json5": "^0.4.0",
"json-rpc-peer": "^0.11.0",
"julien-f-source-map-support": "0.0.0",
"julien-f-unzip": "^0.2.1",
"kindof": "^2.0.0",
"level": "^1.3.0",
"level-sublevel": "^6.5.2",
"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.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": "^2.0.1",
"schema-inspector": "^1.5.1",
"serve-static": "^1.9.2",
"stack-chain": "^1.3.3",
"trace": "^2.0.1",
"ws": "~0.8.0",
"xen-api": "^0.6.4",
"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.13.1",
"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": "mocha --opts .mocha.opts \"dist/**/*.spec.js\"",
"posttest": "npm run lint && dependency-check ./package.json"
},
"standard": {
"ignore": [
"dist/**"
],
"parser": "babel-eslint"
}
}