lemur/package.json
AlexCline f610e39418 Use the local bower instead of the global one.
This change updates package.json's postinstall command to use the
locally installed bower, rather than the global bower which might
not exist or might not be in the current user's PATH.
2016-01-20 17:10:41 -05:00

72 lines
1.9 KiB
JSON

{
"name": "Lemur",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/netflix/lemur.git"
},
"dependencies": {
"del": "^0.1.3",
"gulp-concat": "^2.4.1",
"gulp-debug": "^1.0.1",
"gulp-foreach": "0.0.1",
"gulp-if": "^1.2.5",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^0.3.10",
"gulp-order": "^1.1.1",
"gulp-rename": "^1.2.0",
"gulp-util": "^3.0.1",
"merge-stream": "^0.1.6",
"browser-sync": "^2.3.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^0.0.8",
"gulp-cache": "^0.2.0",
"gulp-csso": "^0.2.9",
"gulp-filter": "^1.0.0",
"gulp-flatten": "^0.0.2",
"gulp-imagemin": "^0.6.2",
"gulp-inject": "~1.0.1",
"gulp-jshint": "^1.10.0",
"gulp-load-plugins": "^0.5.3",
"gulp-minify-html": "~0.1.4",
"gulp-ng-annotate": "~0.5.2",
"gulp-ng-html2js": "~0.1.7",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^0.6.4",
"gulp-print": "^1.1.0",
"gulp-protractor": "0.0.11",
"gulp-replace": "~0.5.3",
"gulp-replace-task": "~0.1.0",
"gulp-rev": "^1.0.0",
"gulp-rev-replace": "^0.3.0",
"gulp-serve": "~0.3.0",
"gulp-size": "^1.0.0",
"gulp-uglify": "^0.3.1",
"gulp-useref": "^0.6.0",
"http-proxy": "~1.11.1",
"jshint-stylish": "^1.0.0",
"karma-jasmine": "^0.1.5",
"main-bower-files": "^1.0.2",
"require-dir": "~0.3.0",
"streamqueue": "^0.1.1",
"uglify-save-license": "^0.4.1",
"karma": "~0.13.2",
"bower": "~1.4.1"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"postinstall": "node_modules/.bin/bower install --allow-root --config.interactive=false",
"pretest": "npm install && npm run build_static",
"build_static": "gulp build",
"prelint": "npm install",
"lint": "jshint lemur/static/app/",
"test": "gulp test"
},
"devDependencies": {
"jshint": "^2.8.0",
"karma-chrome-launcher": "^0.2.0"
}
}