Promact/slack-erp-custom-integration-mvc

View on GitHub
Slack.Automation/Promact.Erp.Web/package.json

Summary

Maintainability
Test Coverage
{
  "name": "angular2-quickstart",
  "version": "1.0.0",
  "description": "QuickStart package.json from the documentation, supplemented with testing support",
  "scripts": {
    "start": "tsc && concurrently \"tsc -w\" \"lite-server\" ",
    "docker-build": "docker build -t ng2-quickstart .",
    "docker": "npm run docker-build && docker run -it --rm -p 3000:3000 -p 3001:3001 ng2-quickstart",
    "pree2e": "npm run webdriver:update",
    "e2e": "tsc && concurrently \"http-server -s\" \"protractor protractor.config.js\" --kill-others --success first",
    "tslint": "tslint -c tslint.json ./app/**/*.ts",
    "lite": "lite-server",
    "postinstall": "typings install",
    "test": "karma start karma.config.js",
    "test-once": "tsc && karma start karma.conf.js --single-run",
    "tsc": "tsc",
    "tsc:w": "tsc -w",
    "typings": "typings",
    "webdriver:update": "webdriver-manager update",
    "codecov": "codecov < coverage/cobertura/cobertura-coverage.xml"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@angular/common": "2.4.8",
    "@angular/compiler": "2.4.8",
    "@angular/core": "2.4.8",
    "@angular/forms": "2.4.8",
    "@angular/http": "2.4.8",
    "@angular/platform-browser": "2.4.8",
    "@angular/platform-browser-dynamic": "2.4.8",
    "@angular/router": "3.4.8",
    "angular2-in-memory-web-api": "0.0.21",
    "bootstrap": "3.3.7",
    "codelyzer": "1.0.0-beta.3",
    "core-js": "^2.4.1",
    "jspdf": "1.3.2",
    "jspdf-autotable": "2.0.36",
    "md2": "0.0.16",
    "reflect-metadata": "0.1.8",
    "rxjs": "^5.0.1",
    "systemjs": "0.19.40",
    "zone.js": "0.7.4"
  },
  "devDependencies": {
    "@types/node": "7.0.4",
    "canonical-path": "0.0.2",
    "concurrently": "^3.2.0",
    "http-server": "^0.9.0",
    "jasmine-core": "^2.5.1",
    "karma": "^1.3.0",
    "karma-chrome-launcher": "^2.0.0",
    "karma-cli": "^1.0.1",
    "karma-coverage": "1.1.1",
    "karma-coveralls": "1.1.2",
    "karma-htmlfile-reporter": "0.3.4",
    "karma-jasmine": "^1.0.2",
    "lite-server": "^2.2.2",
    "lodash": "4.16.6",
    "protractor": "4.0.14",
    "remap-istanbul": "0.7.0",
    "rimraf": "2.5.4",
    "systemjs": "0.19.43",
    "tslint": "4.0.0-dev.1",
    "typescript": "2.0.10",
    "typings": "2.0.0",
    "codecov.io": "0.1.6"
  },
  "repository": {}
}