{ "name": "onos-gui-build", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "./node_modules/gulp/bin/gulp.js build", "dev": "./node_modules/gulp/bin/gulp.js --development", "postinstall": "ppid=$(ps -p ${1:-$$} -o ppid=;); ppid=$(echo ${ppid}|tr -d '[[:space:]]'); if [ -z ${npm_config_tmp} ]; then npm_config_tmp=/tmp; fi; rm -rf \"${npm_config_tmp}\"/npm-${ppid}*" }, "author": "", "license": "ISC", "devDependencies": { "babel": "^6.23.0", "babel-core": "^6.25.0", "babel-preset-es2015": "^6.24.1", "browser-sync": "^2.18.12", "eslint": "^4.4.1", "eslint-config-google": "^0.9.1", "gulp": "^3.9.1", "gulp-bower": "0.0.13", "gulp-concat": "^2.6.1", "gulp-eslint": "^4.0.0", "gulp-if": "^2.0.2", "gulp-sourcemaps": "^2.6.0", "gulp-strip-comments": "^2.4.5", "gulp-uglify": "^3.0.0", "gulp-webserver": "^0.9.1", "http-proxy-middleware": "^0.17.4", "jasmine-core": "^2.6.4", "karma": "^1.7.0", "karma-babel-preprocessor": "^6.0.1", "karma-chrome-launcher": "^2.2.0", "karma-coverage": "^1.1.1", "karma-jasmine": "^1.1.0", "karma-junit-reporter": "^1.2.0", "karma-mocha-reporter": "^2.2.3", "karma-ng-html2js-preprocessor": "^1.0.0", "karma-phantomjs-launcher": "^1.0.4", "phantomjs": "^2.1.7" }, "babel": { "presets": [ "es2015" ] } }