UNPKG

fabric8-analytics-dep-editor

Version:
212 lines (211 loc) 7.51 kB
{ "name": "fabric8-analytics-dep-editor", "version": "0.0.19-development", "description": "Dependency editor", "main": "bundles/fabric8-analytics-dep-editor.umd.js", "module": "index.js", "typings": "index.d.ts", "scripts": { "build": "npm run remove-dist && npm run build:library", "build:library": "gulp build-library", "build:prod": "webpack --config config/webpack.prod.js -p", "bundle": "webpack --config config/webpack.prod.js --progress --profile --bail", "check-coverage": "istanbul check-coverage --statements 23 --branches 5 --functions 9 --lines 24", "clean-dist": "rimraf dist", "clean": "npm cache clean && npm run rimraf -- node_modules doc coverage dist bundles", "cleanup": "rimraf dist/package.json dist/bundles dist/src dist/index.d.ts dist/index.metadata.json dist/index.js dist/index.js.map dist/LICENSE dist/README.md", "copy-files": "gulp copyfiles", "docker:run": "webpack-dev-server --inline --progress --port 8080", "functests": "npm-run-all -p webdriver-start testserver-start protractor", "lint": "find src -name '*.ts' | xargs tslint -c tslint.json --force", "protractor": "sleep 15 && ./node_modules/protractor/bin/protractor protractor.config.js", "reinstall": "npm run clean && npm install", "remove-dist": "rimraf dist dist-watch", "rimraf": "rimraf", "setup": "npm install && npm run validate", "semantic-release": "semantic-release pre && npm run build && cp -r .git dist && npm publish dist/ && semantic-release post", "start": "webpack-dev-server --config config/webpack.dev.js --progress --host 0.0.0.0 --port 8000 --profile --watch --content-base src/", "start-dev": "webpack-dashboard -t almighty -- webpack-dev-server --inline --progress --host 0.0.0.0 --port 8000", "stats": "webpack --profile --json > stats.json", "test": "npm-run-all --serial test:unit check-coverage test:func", "test:func": "./run_functional_tests.sh", "test:unit": "karma start", "test:debug": "karma start --no-single-run --browsers Chrome", "testserver-start": "webpack-dev-server --inline --progress --host 0.0.0.0 --port 8088", "validate": "npm-run-all --parallel validate-webpack:* test:unit --serial check-coverage", "validate-webpack:dev": "webpack-validator webpack.config.js --env.dev", "validate-webpack:prod": "webpack-validator webpack.config.js --env.prod", "webdriver-start": "./node_modules/protractor/bin/webdriver-manager update && ./node_modules/protractor/bin/webdriver-manager start", "watch:test": "npm run test:unit -- --auto-watch --no-single-run", "watch:library": "gulp watch" }, "license": "Apache-2.0", "contributors": [ { "name": "Arunkumar S", "email": "asrisail@redhat.com" }, { "name": "Jaivardhan Akumar", "email": "jakumar@redhat.com" }, { "name": "Jyasveer Gotta", "email": "jgotta@redhat.com" } ], "keywords": [ "angular2", "webpack", "typescript", "fabric8", "fabric8-stack-analysis-ui" ], "homepage": "https://github.com/fabric8-analytics/fabric8-analytics-dependency-editor", "repository": { "type": "git", "url": "https://github.com/fabric8-analytics/fabric8-analytics-dependency-editor.git" }, "bugs": { "url": "https://github.com/fabric8-analytics/fabric8-analytics-dependency-editor/issues" }, "engines": { "node": ">= 8.3.0", "npm": ">= 5.3.0" }, "dependencies": { "c3": "0.4.18", "ngx-bootstrap": "1.9.3", "ngx-modal": "0.0.29" }, "peerDependencies": { "@angular/core": "4.4.6", "@angular/common": "4.4.6", "@angular/forms": "4.4.6", "@angular/http": "4.4.6", "@angular/compiler": "4.4.6", "@angular/compiler-cli": "4.4.6", "@angular/platform-browser": "4.4.6", "@angular/platform-browser-dynamic": "4.4.6", "@angular/router": "4.4.6", "rxjs": "5.5.2", "zone.js": "0.8.5" }, "devDependencies": { "@angular/animations": "4.4.6", "@angular/common": "4.4.6", "@angular/compiler": "4.4.6", "@angular/compiler-cli": "4.4.6", "@angular/core": "4.4.6", "@angular/forms": "4.4.6", "@angular/http": "4.4.6", "@angular/platform-browser": "4.4.6", "@angular/platform-browser-dynamic": "4.4.6", "@angular/router": "4.4.6", "@krux/condition-jenkins": "1.0.1", "@types/c3": "^0.5.0", "@types/jasmine": "2.6.2", "@types/lodash": "4.14.80", "@types/node": "^8.0.47", "@types/selenium-webdriver": "3.0.8", "@types/zone.js": "0.5.12", "angular-in-memory-web-api": "0.5.1", "angular2-template-loader": "0.6.2", "assets-webpack-plugin": "3.5.1", "autoprefixer": "7.1.6", "awesome-typescript-loader": "3.2.3", "child_process": "1.0.2", "clean-webpack-plugin": "0.1.17", "codelyzer": "3.2.2", "copy-webpack-plugin": "4.2.0", "copyfiles": "1.2.0", "core-js": "2.5.1", "css-loader": "0.28.7", "css-to-string-loader": "0.1.3", "cz-conventional-changelog": "2.1.0", "del": "3.0.0", "extract-text-webpack-plugin": "3.0.2", "file-loader": "1.1.5", "gulp": "3.9.1", "gulp-changed": "3.1.1", "gulp-cssmin": "0.2.0", "gulp-less": "3.3.2", "gulp-ngc": "0.3.2", "gulp-sourcemaps": "2.6.1", "gulp-string-replace": "0.4.0", "gulp-stylelint": "5.0.0", "gulp-uglify": "3.0.0", "html-webpack-plugin": "2.30.1", "htmlhint-loader": "1.3.0", "husky": "0.14.3", "istanbul-instrumenter-loader": "3.0.0", "jasmine-core": "2.8.0", "json-loader": "0.5.7", "karma": "1.7.1", "karma-chrome-launcher": "2.2.0", "karma-cli": "1.0.1", "karma-coverage": "1.1.1", "karma-htmlfile-reporter": "0.3.5", "karma-jasmine": "1.1.0", "karma-jasmine-html-reporter": "0.2.2", "karma-mocha-reporter": "2.2.5", "karma-phantomjs-launcher": "1.0.4", "karma-sourcemap-loader": "0.3.7", "karma-webpack": "2.0.5", "less": "2.7.3", "less-loader": "4.0.5", "less-plugin-autoprefix": "1.5.1", "lodash": "4.17.4", "mocha": "4.0.1", "ngc-webpack": "3.2.2", "@ngtools/webpack": "1.8.4", "npm-run-all": "4.1.1", "optimize-js-plugin": "0.0.4", "patternfly": "3.30.1", "phantomjs-prebuilt": "2.1.15", "precss": "2.0.0", "protractor": "5.2.0", "raw-loader": "0.5.1", "reflect-metadata": "0.1.10", "rimraf": "2.6.2", "run-sequence": "2.2.0", "rxjs": "5.5.2", "script-ext-html-webpack-plugin": "1.8.7", "semantic-release": "8.2.0", "style-loader": "0.19.0", "stylelint": "8.2.0", "stylelint-webpack-plugin": "0.9.0", "stylus": "0.54.5", "to-string-loader": "1.1.5", "ts-helpers": "1.1.2", "ts-node": "3.3.0", "tslint": "5.8.0", "tslint-loader": "3.5.3", "typedoc": "0.9.0", "typescript": "2.5.3", "uglify-js": "3.1.6", "url-loader": "0.6.2", "webpack": "3.8.1", "webpack-bundle-analyzer": "2.9.0", "webpack-dashboard": "1.0.2", "webpack-dev-middleware": "1.12.0", "webpack-dev-server": "2.4.2", "webpack-dll-bundles-plugin": "1.0.0-beta.5", "webpack-md5-hash": "0.0.5", "webpack-merge": "4.1.0", "yargs": "10.0.3", "zone.js": "0.8.5" }, "release": { "branch": "master", "debug": false, "verifyConditions": { "path": "./node_modules/@krux/condition-jenkins" } }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }