{ "name": "Lemur", "private": true, "repository": { "type": "git", "url": "git://github.com/netflix/lemur.git" }, "dependencies": { "bower": "^1.8.8", "browser-sync": "^2.26.7", "del": "^2.2.2", "gulp-autoprefixer": "^3.1.1", "gulp-cache": "^0.4.5", "gulp-concat": "^2.4.1", "gulp-csso": "^2.0.0", "gulp-filter": "^4.0.0", "gulp-flatten": "^0.3.1", "gulp-foreach": "0.1.0", "gulp-if": "^2.0.2", "gulp-imagemin": "^7.1.0", "gulp-inject": "~4.1.0", "gulp-jshint": "^2.0.4", "gulp-less": "^4.0.1", "gulp-load-plugins": "^1.4.0", "gulp-minify-css": "^1.2.4", "gulp-minify-html": "~1.0.6", "gulp-ng-annotate": "~2.0.0", "gulp-ng-html2js": "^0.2.3", "gulp-notify": "^2.2.0", "gulp-plumber": "^1.1.0", "gulp-print": "^2.0.1", "gulp-protractor": "^4.1.1", "gulp-replace": "~0.5.3", "gulp-rev": "^7.1.2", "gulp-rev-replace": "^0.4.3", "gulp-serve": "~1.4.0", "gulp-size": "^2.1.0", "gulp-uglify": "^2.0.0", "gulp-useref": "^3.1.2", "http-proxy": ">=1.18.1", "jshint-stylish": "^2.2.1", "karma": "^6.0.3", "karma-jasmine": "^4.0.1", "main-bower-files": "^2.13.1", "merge-stream": "^1.0.1", "require-dir": "~0.3.0", "streamqueue": "^1.1.1", "uglify-save-license": "^0.4.1", "yargs": "^16.0.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": { "gulp": "^4.0.2", "gulp-util": "^3.0.8", "jshint": "^2.11.0", "karma-chrome-launcher": "^3.1.0" } }