{
  "name": "@angularclass/dope-ui",
  "version": "0.0.13",
  "description": "Angular UI components",
  "main": "dope-ui.js",
  "jsnext:main": "index.js",
  "module": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "mocha-webpack --opts 'mocha.opts'",
    "coverage": "NODE_ENV=coverage nyc npm test",
    "codecov": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
    "build:esm": "ngc -p tsconfig.esm.json",
    "build:bundle": "webpack --progress --colors",
    "build": "rimraf dist && npm run build:esm && npm run build:bundle",
    "copy": "cp package.json dist && cp README.md dist",
    "package": "npm run build && npm run copy",
    "tags": "git add . && git push origin master && git push --tags",
    "bump": "npm version patch -m\"upgrade to %s\"",
    "release": "npm run bump && npm run tags && npm run package && npm publish dist/ --access public",
    "docs": "acdocs build",
    "docs:serve": "acdocs serve"
  },
  "engines": {
    "node": ">=6"
  },
  "license": "MIT",
  "devDependencies": {
    "@angular/animations": "^4.1.3",
    "@angular/common": "^4.1.3",
    "@angular/compiler": "^4.1.3",
    "@angular/compiler-cli": "^4.1.3",
    "@angular/core": "^4.1.3",
    "@angular/forms": "^4.1.3",
    "@angular/platform-browser": "^4.1.3",
    "@angular/platform-browser-dynamic": "^4.1.3",
    "@angular/platform-server": "^4.1.3",
    "@angular/router": "^4.1.3",
    "@types/chai": "^3.5.2",
    "@types/marked": "^0.0.28",
    "@types/mocha": "^2.2.41",
    "@types/node": "^7.0.18",
    "@types/sinon": "^2.2.2",
    "angular-prism": "^0.1.20",
    "angular2-template-loader": "^0.6.2",
    "autoprefixer": "^7.1.1",
    "awesome-typescript-loader": "^3.1.3",
    "chai": "^4.0.2",
    "codecov": "^2.2.0",
    "codelyzer": "^3.0.1",
    "core-js": "^2.4.1",
    "del": "^2.2.2",
    "html-webpack-plugin": "^2.28.0",
    "include-media": "^1.4.9",
    "istanbul-instrumenter-loader": "^2.0.0",
    "lodash": "^4.17.4",
    "marked": "^0.3.6",
    "mocha": "^3.4.1",
    "mocha-webpack": "next",
    "node-sass": "^4.5.3",
    "nyc": "^11.0.2",
    "raw-loader": "^0.5.1",
    "rimraf": "^2.6.1",
    "rxjs": "^5.4.0",
    "shelljs": "^0.7.7",
    "source-map-support": "^0.4.15",
    "style-loader": "^0.18.1",
    "svg-inline-loader": "^0.7.1",
    "through2": "^2.0.3",
    "tslint": "^5.4.3",
    "tslint-no-unused-var": "^0.0.6",
    "typescript": "^2.3.2",
    "webpack": "^2.5.1",
    "webpack-dev-server": "^2.4.5",
    "webpack-node-externals": "^1.6.0",
    "zone.js": "^0.8.10"
  },
  "dependencies": {
    "@angular/http": "^4.1.3",
    "@angularclass/dope-docs": "^0.9.9",
    "@angularclass/universal-tools": "^0.0.8",
    "css-loader": "^0.28.3",
    "jsdom": "^11.0.0",
    "ng-inline-svg": "^3.2.1",
    "plyr": "^2.0.13",
    "postcss-loader": "^2.0.5",
    "sass-loader": "^6.0.5",
    "sinon": "^2.3.2",
    "to-string-loader": "^1.1.5"
  }
}
