package.json 945 Bytes
{
  "name": "digsig-services",
  "version": "1.0.0",
  "description": "",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "build": "npm run clean && tsc",
    "clean": "rm -rf ./dist",
    "pretest": "tsc --noImplicitAny false -p ./spec",
    "test": "jasmine .tmp/spec/index.js",
    "posttest": "rm -rf .tmp"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@angular/common": "^2.4.8",
    "@angular/core": "^2.4.8",
    "@angular/http": "^2.4.8",
    "@angular/platform-browser": "^2.4.8",
    "@types/jasmine": "^2.5.43",
    "jasmine": "^2.5.3",
    "pouchdb": "^6.1.2",
    "pouchdb-upsert": "^2.0.2",
    "reflect-metadata": "^0.1.9",
    "rxjs": "^5.1.1",
    "typescript": "^2.1.6",
    "zone.js": "^0.7.7"
  },
  "peerDependencies": {
    "@angular/core": "*",
    "@angular/http": "*",
    "rxjs": "*",
    "pouchdb": "*",
    "pouchdb-upsert": "*"
  }
}