Steven Burrows | a145e10 | 2017-06-16 13:37:50 -0400 | [diff] [blame] | 1 | { |
| 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 Burrows | 3defbb3 | 2017-07-12 16:13:02 +0100 | [diff] [blame] | 8 | "build": "./node_modules/gulp/bin/gulp.js build" |
Steven Burrows | a145e10 | 2017-06-16 13:37:50 -0400 | [diff] [blame] | 9 | }, |
| 10 | "author": "", |
| 11 | "license": "ISC", |
| 12 | "dependencies": {}, |
| 13 | "devDependencies": { |
| 14 | "babel": "^6.23.0", |
| 15 | "babel-core": "^6.25.0", |
| 16 | "babel-preset-es2015": "^6.24.1", |
| 17 | "gulp": "^3.9.1", |
| 18 | "gulp-concat": "^2.6.1", |
| 19 | "gulp-sourcemaps": "^2.6.0", |
| 20 | "gulp-strip-comments": "^2.4.5", |
Steven Burrows | db3be6f | 2017-07-11 22:44:31 +0100 | [diff] [blame] | 21 | "gulp-uglify": "^3.0.0", |
| 22 | "jasmine-core": "^2.6.4", |
| 23 | "karma": "^1.7.0", |
| 24 | "karma-babel-preprocessor": "^6.0.1", |
| 25 | "karma-chrome-launcher": "^2.2.0", |
| 26 | "karma-coverage": "^1.1.1", |
| 27 | "karma-jasmine": "^1.1.0", |
| 28 | "karma-junit-reporter": "^1.2.0", |
| 29 | "karma-mocha-reporter": "^2.2.3", |
| 30 | "karma-ng-html2js-preprocessor": "^1.0.0", |
| 31 | "karma-phantomjs-launcher": "^1.0.4", |
| 32 | "phantomjs": "^2.1.7" |
Steven Burrows | a145e10 | 2017-06-16 13:37:50 -0400 | [diff] [blame] | 33 | }, |
| 34 | "babel": { |
| 35 | "presets": [ |
| 36 | "es2015" |
| 37 | ] |
| 38 | } |
| 39 | } |