| { |
| "name": "onos-gui-build", |
| "version": "1.0.0", |
| "description": "", |
| "main": "index.js", |
| "scripts": { |
| "test": "echo \"Error: no test specified\" && exit 1", |
| "build": "./node_modules/gulp/bin/gulp.js 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", |
| "jasmine-core": "^2.6.4", |
| "karma": "^1.7.0", |
| "karma-babel-preprocessor": "^6.0.1", |
| "karma-chrome-launcher": "^2.2.0", |
| "karma-coverage": "^1.1.1", |
| "karma-jasmine": "^1.1.0", |
| "karma-junit-reporter": "^1.2.0", |
| "karma-mocha-reporter": "^2.2.3", |
| "karma-ng-html2js-preprocessor": "^1.0.0", |
| "karma-phantomjs-launcher": "^1.0.4", |
| "phantomjs": "^2.1.7" |
| }, |
| "babel": { |
| "presets": [ |
| "es2015" |
| ] |
| } |
| } |