85 lines
2.0 KiB
JSON
85 lines
2.0 KiB
JSON
{
|
|
"name": "xo-web",
|
|
"version": "3.9.0",
|
|
"license": "AGPL3",
|
|
"description": "Web interface client for Xen-Orchestra",
|
|
"keywords": [
|
|
"xen",
|
|
"orchestra",
|
|
"xen-orchestra",
|
|
"web"
|
|
],
|
|
"devDependencies": {
|
|
"angular": "^1.3.15",
|
|
"angular-animate": "^1.3.15",
|
|
"angular-bootstrap": "^0.12.0",
|
|
"angular-cookies": "^1.3.15",
|
|
"angular-ui-router": "^0.2.13",
|
|
"angular-ui-utils": "^0.1.1",
|
|
"babelify": "^6.0.2",
|
|
"bluebird": "^2.9.14",
|
|
"bootstrap-sass": "^3.3.4",
|
|
"bower": "^1.3.12",
|
|
"browserify": "^9.0.3",
|
|
"browserify-plain-jade": "^0.2.2",
|
|
"bundle-collapser": "^1.1.4",
|
|
"coffeeify": "^1.0.0",
|
|
"event-stream": "^3.3.0",
|
|
"font-awesome": "^4.3.0",
|
|
"gulp": "^3.8.11",
|
|
"gulp-autoprefixer": "^2.1.0",
|
|
"gulp-coffee": "^2.3.1",
|
|
"gulp-csso": "^1.0.0",
|
|
"gulp-embedlr": "^0.5.2",
|
|
"gulp-filter": "^2.0.2",
|
|
"gulp-imagemin": "^2.2.1",
|
|
"gulp-jade": "^1.0.0",
|
|
"gulp-livereload": "^3.8.0",
|
|
"gulp-load-plugins": "^0.8.1",
|
|
"gulp-ng-annotate": "^0.5.2",
|
|
"gulp-plumber": "^1.0.0",
|
|
"gulp-sass": "^1.3.3",
|
|
"gulp-uglify": "^1.1.0",
|
|
"gulp-watch": "^4.2.0",
|
|
"in-publish": "^1.1.1",
|
|
"jquery": "^2.1.3",
|
|
"lodash.difference": "^3.0.1",
|
|
"lodash.filter": "^3.0.0",
|
|
"lodash.includes": "^3.1.1",
|
|
"lodash.indexof": "^3.0.2",
|
|
"lodash.sortby": "^3.1.0",
|
|
"lodash.throttle": "^3.0.1",
|
|
"novnc-node": "^0.5.1",
|
|
"rimraf": "^2.3.2",
|
|
"vinyl": "^0.4.6",
|
|
"watchify": "^3.1.1",
|
|
"xo-lib": "^0.6.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",
|
|
"prepublish": "in-publish && npm run build || in-install"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"browserify": {
|
|
"transform": [
|
|
"babelify",
|
|
"browserify-plain-jade",
|
|
"coffeeify"
|
|
]
|
|
}
|
|
}
|