{
  "name": "ionic-cache-is",
  "version": "2.0.1",
  "description": "Ionic cache service - cache request, data, promises etc.",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "module": "dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "karma start karma.conf.js --single-run",
    "test:watch": "karma start karma.conf.js",
    "build": "rm -rf dist aot && ngc",
    "lint": "tslint \"src/**/*.ts\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Nodonisko/ionic-cache.git"
  },
  "keywords": [
    "ionic",
    "ionic",
    "cache",
    "angular2"
  ],
  "author": "Daniel Suchy",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Nodonisko/ionic-cache/issues"
  },
  "homepage": "https://github.com/Nodonisko/ionic-cache#readme",
  "devDependencies": {
    "@angular/common": "^4.1.1",
    "@angular/compiler": "^4.1.1",
    "@angular/compiler-cli": "^4.1.1",
    "@angular/core": "^4.1.1",
    "@angular/http": "^4.1.1",
    "@angular/platform-browser": "^4.1.1",
    "@angular/platform-browser-dynamic": "^4.1.1",
    "@ionic/storage": "^2.0.1",
    "@types/jasmine": "^2.5.47",
    "@types/node": "^7.0.18",
    "@types/websql": "0.0.27",
    "jasmine-core": "^2.6.1",
    "karma": "^1.6.0",
    "karma-chrome-launcher": "^2.1.0",
    "karma-cli": "^1.0.1",
    "karma-jasmine": "^1.1.0",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-typescript": "^3.0.1",
    "karma-typescript-angular2-transform": "^1.0.0",
    "karma-typescript-es6-transform": "^1.0.0",
    "rxjs": "^5.3.1",
    "tslint": "^3.15.1",
    "tslint-ionic-rules": "^0.0.7",
    "typescript": "^2.3.2",
    "zone.js": "^0.8.10"
  },
  "peerDependencies": {
    "@ionic/storage": "^2.0.0"
  }
}
