Steven Burrows | a145e10 | 2017-06-16 13:37:50 -0400 | [diff] [blame] | 1 | { |
| 2 | "name": "onos-gui-build", |
Sean Condon | 8bba394 | 2020-01-08 09:22:00 +0000 | [diff] [blame] | 3 | "version": "2.3.0", |
Steven Burrows | a145e10 | 2017-06-16 13:37:50 -0400 | [diff] [blame] | 4 | "description": "", |
| 5 | "main": "index.js", |
| 6 | "scripts": { |
| 7 | "test": "echo \"Error: no test specified\" && exit 1", |
Steven Burrows | 1c2a968 | 2017-07-14 16:52:46 +0100 | [diff] [blame] | 8 | "build": "./node_modules/gulp/bin/gulp.js build", |
Steven Burrows | 3c9bd0d | 2017-08-31 18:12:25 +0100 | [diff] [blame] | 9 | "dev": "./node_modules/gulp/bin/gulp.js --development", |
| 10 | "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}*" |
Steven Burrows | a145e10 | 2017-06-16 13:37:50 -0400 | [diff] [blame] | 11 | }, |
| 12 | "author": "", |
| 13 | "license": "ISC", |
Steven Burrows | a145e10 | 2017-06-16 13:37:50 -0400 | [diff] [blame] | 14 | "devDependencies": { |
| 15 | "babel": "^6.23.0", |
Sean Condon | 8bba394 | 2020-01-08 09:22:00 +0000 | [diff] [blame] | 16 | "babel-core": "^6.26.3", |
Steven Burrows | a145e10 | 2017-06-16 13:37:50 -0400 | [diff] [blame] | 17 | "babel-preset-es2015": "^6.24.1", |
Sean Condon | 8bba394 | 2020-01-08 09:22:00 +0000 | [diff] [blame] | 18 | "browser-sync": "^2.26.7", |
| 19 | "eslint": "^6.8.0", |
| 20 | "eslint-config-google": "^0.14.0", |
Steven Burrows | a145e10 | 2017-06-16 13:37:50 -0400 | [diff] [blame] | 21 | "gulp": "^3.9.1", |
Sean Condon | 8bba394 | 2020-01-08 09:22:00 +0000 | [diff] [blame] | 22 | "gulp-bower": "^0.0.15", |
Steven Burrows | a145e10 | 2017-06-16 13:37:50 -0400 | [diff] [blame] | 23 | "gulp-concat": "^2.6.1", |
Sean Condon | 8bba394 | 2020-01-08 09:22:00 +0000 | [diff] [blame] | 24 | "gulp-eslint": "^6.0.0", |
| 25 | "gulp-if": "^3.0.0", |
| 26 | "gulp-sourcemaps": "^2.6.5", |
| 27 | "gulp-strip-comments": "^2.5.2", |
| 28 | "gulp-uglify": "^3.0.2", |
Steven Burrows | 1c2a968 | 2017-07-14 16:52:46 +0100 | [diff] [blame] | 29 | "gulp-webserver": "^0.9.1", |
Sean Condon | 8bba394 | 2020-01-08 09:22:00 +0000 | [diff] [blame] | 30 | "http-proxy-middleware": "^0.20.0", |
| 31 | "jasmine-core": "^3.5.0", |
| 32 | "karma": "^4.4.1", |
| 33 | "karma-babel-preprocessor": "^8.0.1", |
| 34 | "karma-chrome-launcher": "^3.1.0", |
| 35 | "karma-coverage": "^2.0.1", |
| 36 | "karma-jasmine": "^3.0.1", |
| 37 | "karma-junit-reporter": "^2.0.1", |
| 38 | "karma-mocha-reporter": "^2.2.5", |
Steven Burrows | db3be6f | 2017-07-11 22:44:31 +0100 | [diff] [blame] | 39 | "karma-ng-html2js-preprocessor": "^1.0.0", |
| 40 | "karma-phantomjs-launcher": "^1.0.4", |
Sean Condon | 0a884ad | 2019-10-28 17:57:21 +0000 | [diff] [blame] | 41 | "phantomjs": "^2.1.7", |
Andrea Campanella | cf156cd | 2019-11-26 16:18:06 +0100 | [diff] [blame] | 42 | "@bazel/hide-bazel-files": "0.40.0" |
Steven Burrows | a145e10 | 2017-06-16 13:37:50 -0400 | [diff] [blame] | 43 | }, |
| 44 | "babel": { |
| 45 | "presets": [ |
| 46 | "es2015" |
| 47 | ] |
| 48 | } |
| 49 | } |