Files
xen-orchestra/package.json
2016-01-13 16:23:20 +01:00

129 lines
3.2 KiB
JSON

{
"name": "xo-web",
"version": "4.11.0",
"license": "AGPL-3.0",
"description": "Web interface client for Xen-Orchestra",
"keywords": [
"xen",
"orchestra",
"xen-orchestra",
"web"
],
"devDependencies": {
"@julien-f/json-rpc": "^0.4.3",
"angular": "~1.4.0",
"angular-animate": "~1.4.0",
"angular-bootstrap": "^0.12.0",
"angular-cookies": "~1.4.0",
"angular-ui-router": "^0.2.13",
"angular-ui-utils": "^0.1.1",
"ansi_up": "^1.1.3",
"babel-eslint": "^4.1.0",
"babel-runtime": "^5.5.6",
"babelify": "^6.0.2",
"bluebird": "^2.9.14",
"bootstrap-sass": "^3.3.4",
"bower": "^1.3.12",
"browserify": "^12.0.1",
"browserify-plain-jade": "^0.2.2",
"bundle-collapser": "^1.1.4",
"clipboard": "^1.5.5",
"coffeeify": "^1.0.0",
"d3": "^3.5.5",
"event-stream": "^3.3.0",
"font-awesome": "^4.3.0",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^3.0.1",
"gulp-embedlr": "^0.5.2",
"gulp-filter": "^3.0.1",
"gulp-imagemin": "^2.2.1",
"gulp-jade": "^1.0.0",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-minify-css": "^1.1.1",
"gulp-plumber": "^1.0.0",
"gulp-sass": "^2.0.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.1.0",
"gulp-watch": "^4.2.0",
"in-publish": "^2.0.0",
"jquery": "^2.1.3",
"later": "^1.1.6",
"lodash.assign": "^3.1.0",
"lodash.clonedeep": "^3.0.1",
"lodash.debounce": "^3.1.1",
"lodash.difference": "^3.0.1",
"lodash.escaperegexp": "^3.0.1",
"lodash.filter": "^3.0.0",
"lodash.find": "^3.2.1",
"lodash.foreach": "^3.0.3",
"lodash.includes": "^3.1.1",
"lodash.indexof": "^3.0.2",
"lodash.intersection": "^3.1.0",
"lodash.isempty": "^3.0.3",
"lodash.isnumber": "^3.0.1",
"lodash.keys": "^3.1.2",
"lodash.map": "^3.1.2",
"lodash.mapvalues": "^3.0.1",
"lodash.omit": "^3.1.0",
"lodash.pluck": "^3.1.0",
"lodash.pull": "^3.0.1",
"lodash.remove": "^3.0.0",
"lodash.size": "^3.0.2",
"lodash.slice": "^3.0.0",
"lodash.sortby": "^3.1.0",
"lodash.sum": "^3.6.1",
"lodash.throttle": "^3.0.1",
"lodash.trim": "3.0.1",
"lodash.union": "^3.1.0",
"make-error": "^1.0.2",
"marked": "^0.3.5",
"moment": "^2.10.3",
"nice-pipe": "^0.2.2",
"novnc-node": "^0.5.1",
"password-generator": "^2.0.1",
"prettycron": "^0.10.0",
"rimraf": "^2.3.2",
"standard": "^5.1.0",
"vinyl": "^1.1.0",
"watchify": "^3.1.1",
"ws": "^0.8.0",
"xo-collection": "^0.4.0",
"xo-lib": "^0.7.3"
},
"repository": {
"type": "git",
"url": "https://github.com/vatesfr/xo-web"
},
"author": {
"name": "Julien Fontanet",
"email": "julien.fontanet@vates.fr"
},
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"build": "gulp distclean && gulp build --production",
"dev": "gulp build",
"lint": "standard",
"prepublish": "in-publish && npm run build || in-install",
"test": "npm run lint"
},
"files": [
"dist"
],
"browserify": {
"transform": [
"babelify",
"browserify-plain-jade",
"coffeeify"
]
},
"standard": {
"ignore": [
"dist"
],
"parser": "babel-eslint"
}
}