{
  "name": "<%= projectName %>-demo",
  "description": "<%= description %> - Demo",
  "version": "0.1.0",
  "author": "<%- projectAuthor %>",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "scripts": {
    "clean": "npm install rimraf && npm run clean-build && rimraf dist node_modules typings dist",
    "clean-build" : "rimraf 'src/{,**/}**.js' 'src/{,**/}**.js.map' 'src/{,**/}**.d.ts'",
    "postinstall": "npm run build",
    "start": "npm run build && concurrently \"npm run tsc:w\" \"npm run server\" ",
    "server": "wsrv -o -s -l --port=3000",
    "build": "npm run tslint && npm run clean-build && npm run tsc",
    "build:w": "npm run tslint && rimraf dist && npm run tsc:w",
    "tsc": "tsc",
    "tsc:w": "tsc -w",
    "tslint": "tslint -c tslint.json *.ts && tslint -c tslint.json src/{,**/}**.ts  -e '{,**/}**.d.ts'"
  },
  "keywords": [
    "ng2",
    "angular",
    "angular2",
    "alfresco",
    "demo"
  ],
  "dependencies": {
    "@angular/animations": "~4.0.0",
    "@angular/common": "~4.0.0",
    "@angular/compiler": "~4.0.0",
    "@angular/core": "~4.0.0",
    "@angular/forms": "~4.0.0",
    "@angular/http": "~4.0.0",
    "@angular/platform-browser": "~4.0.0",
    "@angular/platform-browser-dynamic": "~4.0.0",
    "@angular/router": "~4.0.0",

    "@angular/material": "2.0.0-beta.1",
    "alfresco-js-api": "~1.4.0",
    "core-js": "2.4.1",
    "hammerjs": "2.0.8",
    "ng2-alfresco-core": "1.5.0",
    "ng2-translate": "5.0.0",
    "reflect-metadata": "0.1.10",
    "rxjs": "5.1.0",
    "systemjs": "0.19.27",
    "zone.js": "0.7.6",

    "<%= projectName %>": "file:../"
  },
  "devDependencies": {
    "@types/hammerjs": "^2.0.34",
    "@types/jasmine": "2.5.35",
    "@types/node": "6.0.45",
    "concurrently": "^2.2.0",
    "rimraf": "2.5.2",
    "tslint": "3.15.1",
    "typescript": "^2.0.3",
    "wsrv": "^0.1.5"
  }
}
