| { |
| "name": "onos-gui-build", |
| "version": "1.0.0", |
| "description": "", |
| "main": "index.js", |
| "scripts": { |
| "test": "echo \"Error: no test specified\" && exit 1", |
| "build": "gulp build" |
| }, |
| "author": "", |
| "license": "ISC", |
| "dependencies": {}, |
| "devDependencies": { |
| "babel": "^6.23.0", |
| "babel-core": "^6.25.0", |
| "babel-preset-es2015": "^6.24.1", |
| "gulp": "^3.9.1", |
| "gulp-concat": "^2.6.1", |
| "gulp-sourcemaps": "^2.6.0", |
| "gulp-strip-comments": "^2.4.5", |
| "gulp-uglify": "^3.0.0" |
| }, |
| "babel": { |
| "presets": [ |
| "es2015" |
| ] |
| } |
| } |