{
  "name": "medrio-components-demo",
  "version": "0.0.1",
  "scripts": {
    "lint": "tslint src/**/*.ts",
    "test": "tsc && karma start",
    "postinstall": "typings install",
    "prepublish": "tsc",
    "tsc": "tsc",
    "typings": "typings"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/username/repo"
  },
  "author": {
    "name": "Jose Carrillo",
    "email": "jcarrillo@medrio.com"
  },
  "keywords": [
    "angular",
    "angular2",
    "medrio"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/username/repo/issues"
  },
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "dependencies": {
    "ts-loader": "0.9.1"
  },
  "devDependencies": {
    "@angular/core": "^2.0.0",
    "codelyzer": "^0.0.20",
    "rxjs": "5.0.0-beta.12",
    "ts-loader": "0.9.1",
    "tslint": "^3.15.1",
    "typescript": "2.0.2",
    "typings": "^1.0.4",
    "zone.js": "0.6.23"
  },
  "engines": {
    "node": ">=0.8.0"
  }
}
