{ "name": "openbmc_browser_interface", "description": "openbmc_browser_interface", "version": "0.0.1", "private": false, "repository": { "type": "git", "url": "git://github.com/openbmc/phosphor-webui" }, "scripts": { "bower": "node node_modules/bower/bin/bower", "gulp": "node node_modules/gulp/bin/gulp.js", "distribution": "npm run gulp distribution", "minifyvendors": "npm run gulp minifyvendors", "serve": "npm run gulp server", "shrinkwrap": "npm shrinkwrap --dev", "start-dev": "npm run gulp server", "webapp": "npm run gulp webapp", "start": "npm run gulp server", "postinstall": "bower install" }, "contributors": [ "Iftekharul Islam ", "Michael Davis " ], "files": [ "dist" ], "keywords": [ "node" ], "dependencies": {}, "peerDependencies": {}, "devDependencies": { "autoprefixer": "^6.6.1", "bower": "1.8.0", "eslint-plugin-angular": "2.0.0", "event-stream": "3.3.4", "gulp": "3.9.1", "gulp-angular-templatecache": "2.0.0", "gulp-clean": "^0.3.2", "gulp-clean-css": "^3.0.4", "gulp-connect": "5.0.0", "gulp-eslint": "3.0.1", "gulp-htmlparser": "^0.0.4", "gulp-if": "^1.2.5", "gulp-imagemin": "^3.1.1", "gulp-jsoncombine": "^1.0.3", "gulp-load-tasks": "^0.8.3", "gulp-ng-annotate": "^1.1.0", "gulp-ng-constant": "^0.3.0", "gulp-nodemon": "^2.1.0", "gulp-rename": "^1.2.2", "gulp-rev": "^0.4.0", "gulp-rev-replace": "^0.4.2", "gulp-sass": "^2.3.2", "gulp-strip-debug": "^1.0.2", "gulp-uglify": "^1.2.0", "gulp-useref": "^1.2.0", "gulp-util": "^3.0.6", "html-minifier": "^3.3.0", "node-sass": "^4.3.0", "onchange": "^3.2.1", "parallelshell": "^2.0.0", "run-sequence": "^1.1.2" }, "license": "MIT", "engines": { "node": ">=0.11.13", "npm": ">=1.4.28" }, "author": "" }