{
  "name": "ng2-contact-form",
  "version": "1.0.8",
  "scripts": {
    "tsc": "tsc",
    "tsc:w": "tsc -w",
    "lite": "lite-server",
    "start": "concurrent \"npm run tsc:w\" \"npm run lite\" "
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ItEngine/ng2-contact-form.git"
  },
  "keywords": [
    "Angular2"
  ],
  "author": "Martín Peveri",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ItEngine/ng2-contact-form/issues"
  },
  "homepage": "https://github.com/ItEngine/ng2-contact-form",
  "dependencies": {
    "angular2": "2.0.0-beta.0",
    "systemjs": "0.19.6",
    "es6-promise": "^3.0.2",
    "es6-shim": "^0.33.3",
    "reflect-metadata": "0.1.2",
    "rxjs": "5.0.0-beta.0",
    "zone.js": "0.5.10"
  },
  "devDependencies": {
    "concurrently": "^1.0.0",
    "lite-server": "^1.3.1",
    "typescript": "^1.7.3"
  }
}
