blob: dd02d79129ec401a73b3643f90f806c72e28306d [file] [log] [blame]
Steven Burrowsa145e102017-06-16 13:37:50 -04001{
2 "name": "onos-gui-build",
Sean Condon8bba3942020-01-08 09:22:00 +00003 "version": "2.3.0",
Steven Burrowsa145e102017-06-16 13:37:50 -04004 "description": "",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1",
Steven Burrows1c2a9682017-07-14 16:52:46 +01008 "build": "./node_modules/gulp/bin/gulp.js build",
Steven Burrows3c9bd0d2017-08-31 18:12:25 +01009 "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 Burrowsa145e102017-06-16 13:37:50 -040011 },
12 "author": "",
13 "license": "ISC",
Steven Burrowsa145e102017-06-16 13:37:50 -040014 "devDependencies": {
15 "babel": "^6.23.0",
Sean Condon8bba3942020-01-08 09:22:00 +000016 "babel-core": "^6.26.3",
Steven Burrowsa145e102017-06-16 13:37:50 -040017 "babel-preset-es2015": "^6.24.1",
Sean Condon8bba3942020-01-08 09:22:00 +000018 "browser-sync": "^2.26.7",
19 "eslint": "^6.8.0",
20 "eslint-config-google": "^0.14.0",
Steven Burrowsa145e102017-06-16 13:37:50 -040021 "gulp": "^3.9.1",
Sean Condon8bba3942020-01-08 09:22:00 +000022 "gulp-bower": "^0.0.15",
Steven Burrowsa145e102017-06-16 13:37:50 -040023 "gulp-concat": "^2.6.1",
Sean Condon8bba3942020-01-08 09:22:00 +000024 "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 Burrows1c2a9682017-07-14 16:52:46 +010029 "gulp-webserver": "^0.9.1",
Sean Condon8bba3942020-01-08 09:22:00 +000030 "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 Burrowsdb3be6f2017-07-11 22:44:31 +010039 "karma-ng-html2js-preprocessor": "^1.0.0",
40 "karma-phantomjs-launcher": "^1.0.4",
Sean Condon436c60a2021-01-01 14:23:29 +000041 "phantomjs-prebuilt": "^2.1.16",
Andrea Campanellacf156cd2019-11-26 16:18:06 +010042 "@bazel/hide-bazel-files": "0.40.0"
Steven Burrowsa145e102017-06-16 13:37:50 -040043 },
44 "babel": {
45 "presets": [
46 "es2015"
47 ]
48 }
49}