UNPKG

insights-frontend

Version:
126 lines (125 loc) 3.91 kB
{ "name": "insights-frontend", "version": "4.16.19", "description": "Front-end for Red Hat Insights", "repository": { "type": "git", "url": "https://github.com/RedHatInsights/insights-frontend.git" }, "private": false, "dependencies": { "express": "~4.15.2", "morgan": "~1.8.1" }, "devDependencies": { "angular": "~1.5.x", "angular-animate": "~1.5.x", "angular-aria": "~1.5.x", "angular-cookies": "~1.5.x", "angular-datepicker": "https://github.com/redhataccess/angular-datepicker.git#3c287c4337dab5a059f387cfa0acc6d507e2aeed", "angular-gettext": "~2.1.x", "angular-gravatar": "~0.4.x", "angular-loading-bar": "~0.7.x", "angular-material": "^1.x.x", "angular-messages": "~1.5.x", "angular-mocks": "~1.5.x", "angular-resource": "~1.5.x", "angular-sanitize": "~1.5.x", "angular-scroll": "~0.7.x", "angular-ui-router": "~0.2.x", "animate.css": "~3.5.x", "babel-plugin-angularjs-annotate": "^0.8.0", "babel-preset-es2015-without-strict": "~0.0.x", "babelify": "~7.3.x", "banify": "~0.0.x", "brfs": "~1.4.x", "browser-sync": "~2.18.x", "browserify": "~14.3.x", "browserify-istanbul": "~2.0.x", "bulk-require": "~1.0.x", "bulkify": "~1.4.x", "c3": "https://github.com/Kinlaw/c3.git#9f0a58669d843214094a94459133da6629fd7080", "casperjs": "~1.1.x", "chromedriver": "^2.35.0", "d3": "~3.5.x", "debowerify": "~1.5.x", "del": "~2.2.x", "envify": "~4.0.0", "express-http-proxy": "~1.0.x", "file-saver": "~1.3.3", "flexboxgrid": "~6.3.x", "font-awesome": "~4.5.x", "got": "~6.7.x", "gulp": "~3.9.x", "gulp-angular-gettext": "~2.2.0", "gulp-angular-templatecache": "~2.0.x", "gulp-autoprefixer": "^4.0.0", "gulp-babel": "~6.1.x", "gulp-bro": "~1.0.x", "gulp-bump": "~2.7.x", "gulp-changed": "~3.1.x", "gulp-clean-css": "^3.9.0", "gulp-copy": "~1.0.x", "gulp-git": "^2.4.2", "gulp-header": "~1.8.x", "gulp-if": "~2.0.x", "gulp-jade": "~1.1.x", "gulp-jscs": "~4.0.x", "gulp-jscs-stylish": "~1.4.x", "gulp-jshint": "^2.0.4", "gulp-notify": "~3.0.x", "gulp-plumber": "~1.1.x", "gulp-protractor": "~4.1.x", "gulp-rename": "~1.2.x", "gulp-replace": "^0.6.1", "gulp-sass": "^3.1.0", "gulp-shell": "^0.6.5", "gulp-sourcemaps": "~2.6.x", "gulp-streamify": "~1.0.x", "gulp-uglify": "~2.1.x", "gulp-util": "~3.0.x", "jshint": "^2.9.4", "jshint-stylish": "~2.2.x", "jwt-redhat": "https://github.com/RedHatInsights/jwt-redhat.git#build0.1.0.insights", "karma": "~2.0.x", "karma-babel-preprocessor": "~7.0.x", "karma-browserify": "~5.1.x", "karma-chrome-launcher": "~2.1.x", "karma-coverage": "~1.1.x", "karma-jasmine": "~1.1.x", "karma-phantomjs-launcher": "~1.0.x", "karma-should": "~1.0.x", "lodash": "~4.17.x", "map-stream": "~0.0.x", "md5": "^2.2.1", "merge-stream": "~1.0.x", "moment": "~2.18.x", "moment-timezone": "~0.5.x", "ng-infinite-scroll": "~1.3.x", "ng-table": "~0.8.x", "ngclipboard": "~1.1.x", "nightwatch": "^0.9.19", "parse-http-header": "~1.0.0", "phantomjs": "~2.1.x", "plotly.js": "~1.27.x", "pretty-hrtime": "~1.0.x", "protractor": "~5.1.x", "run-sequence": "~1.2.x", "should": "~11.2.x", "sweetalert2": "~6.6.x", "tiny-lr": "~1.0.x", "uglifyify": "~3.0.x", "ui-select": "~0.17.x", "urijs": "~1.17.1", "vinyl-buffer": "~1.0.x", "vinyl-source-stream": "~1.1.x", "watchify": "^3.9.0", "xvfb": "^0.2.3" }, "scripts": { "preprotractor": "npm run update-webdriver", "protractor": "npm run protractor test/protractor.conf.js", "start": "forever server.js", "test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS test/karma.conf.js" } }