blob: 6ce79f0aa4f3e26b0828047841e091d092e60584 [file] [log] [blame]
Steven Burrowsa145e102017-06-16 13:37:50 -04001{
2 "name": "onos-gui-build",
3 "version": "1.0.0",
4 "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",
16 "babel-core": "^6.25.0",
17 "babel-preset-es2015": "^6.24.1",
Steven Burrows1c2a9682017-07-14 16:52:46 +010018 "browser-sync": "^2.18.12",
Steven Burrows202034f2017-08-11 12:08:01 +010019 "eslint": "^4.4.1",
Steven Burrows1c2a9682017-07-14 16:52:46 +010020 "eslint-config-google": "^0.9.1",
Steven Burrowsa145e102017-06-16 13:37:50 -040021 "gulp": "^3.9.1",
Steven Burrows91458672017-08-16 11:53:38 +010022 "gulp-bower": "0.0.13",
Steven Burrowsa145e102017-06-16 13:37:50 -040023 "gulp-concat": "^2.6.1",
Steven Burrows202034f2017-08-11 12:08:01 +010024 "gulp-eslint": "^4.0.0",
Steven Burrows1c2a9682017-07-14 16:52:46 +010025 "gulp-if": "^2.0.2",
Steven Burrowsa145e102017-06-16 13:37:50 -040026 "gulp-sourcemaps": "^2.6.0",
27 "gulp-strip-comments": "^2.4.5",
Steven Burrowsdb3be6f2017-07-11 22:44:31 +010028 "gulp-uglify": "^3.0.0",
Steven Burrows1c2a9682017-07-14 16:52:46 +010029 "gulp-webserver": "^0.9.1",
30 "http-proxy-middleware": "^0.17.4",
Steven Burrowsdb3be6f2017-07-11 22:44:31 +010031 "jasmine-core": "^2.6.4",
32 "karma": "^1.7.0",
33 "karma-babel-preprocessor": "^6.0.1",
34 "karma-chrome-launcher": "^2.2.0",
35 "karma-coverage": "^1.1.1",
36 "karma-jasmine": "^1.1.0",
37 "karma-junit-reporter": "^1.2.0",
38 "karma-mocha-reporter": "^2.2.3",
39 "karma-ng-html2js-preprocessor": "^1.0.0",
40 "karma-phantomjs-launcher": "^1.0.4",
Sean Condon0a884ad2019-10-28 17:57:21 +000041 "phantomjs": "^2.1.7",
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}