{
  "name": "crud-restful",
  "version": "1.0.196",
  "scripts": {
    "build": "ngc -p tsconfig.json",
    "test": "tsc && karma start",
    "prepublish": "tsc",
    "tsc": "tsc",
    "clean": "rm -rf ./dist/*; rm *.log; find . -name '*.ng???????*.*' -exec rm {} \\;",
    "webpack": "webpack",
    "webpack:w": "webpack -w",
    "webpack-dev-server": "webpack-dev-server --host 0.0.0.0 --port 8081",
    "start": "npm run tsc && npm run webpack-dev-server"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cmargulhano/crud-restful"
  },
  "author": {
    "name": "Claudio Margulhano",
    "email": "cmargulhano@gmail.com"
  },
  "keywords": [
    "angular"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cmargulhano/crud-restful/issues"
  },
  "main": "./dist/index.js",
  "dependencies": {
    "font-awesome": "4.7.0",
    "jquery": "3.1.1",
    "moment": "2.17.1",
    "ng2-translate": "4.0.1",
    "primeng": "5.2.0"
  },
  "devDependencies": {
    "@angular/animations": "5.0.1",
    "@angular/common": "5.0.1",
    "@angular/compiler": "5.0.1",
    "@angular/compiler-cli": "5.0.1",
    "@angular/core": "5.0.1",
    "@angular/forms": "5.0.1",
    "@angular/http": "5.0.1",
    "@angular/platform-browser": "5.0.1",
    "@angular/platform-browser-dynamic": "5.0.1",
    "@angular/platform-server": "5.0.1",
    "@angular/router": "5.0.1",
    "@angular/upgrade": "5.0.1",
    "@angularclass/hmr": "~1.2.2",
    "@angularclass/hmr-loader": "~3.0.2",
    "@types/jasmine": "2.5.40",
    "@types/jquery": "2.0.40",
    "@types/protractor": "4.0.0",
    "@types/selenium-webdriver": "2.53.39",
    "angular2-template-loader": "0.6.0",
    "awesome-typescript-loader": "3.0.0-beta.14",
    "codelyzer": "0.0.28",
    "copy-webpack-plugin": "4.0.1",
    "core-js": "2.4.1",
    "expose-loader": "0.7.1",
    "extract-text-webpack-plugin": "1.0.1",
    "raw-loader": "0.5.1",
    "rxjs": "5.5.2",
    "tslint": "3.15.1",
    "typescript": "^2.6.1",
    "webpack": "1.12.9",
    "webpack-dev-server": "1.14.0",
    "webpack-merge": "1.1.1",
    "zone.js": "0.7.2"
  },
  "engines": {
    "node": ">=0.8.0"
  }
}
