mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-01-20 07:51:32 +01:00
- installed at build time as dependancies Change-Id: I85fd69f0b14e6fd1af2693320c1ca23c62f58ac4
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"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",
|
|
"dev": "./node_modules/gulp/bin/gulp.js --development"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"babel": "^6.23.0",
|
|
"babel-core": "^6.25.0",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"browser-sync": "^2.18.12",
|
|
"eslint": "^4.4.1",
|
|
"eslint-config-google": "^0.9.1",
|
|
"gulp": "^3.9.1",
|
|
"gulp-bower": "0.0.13",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-eslint": "^4.0.0",
|
|
"gulp-if": "^2.0.2",
|
|
"gulp-sourcemaps": "^2.6.0",
|
|
"gulp-strip-comments": "^2.4.5",
|
|
"gulp-uglify": "^3.0.0",
|
|
"gulp-webserver": "^0.9.1",
|
|
"http-proxy-middleware": "^0.17.4",
|
|
"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"
|
|
]
|
|
}
|
|
}
|