UNPKG

ionic-cache-src

Version:

Directive to cache files (images,videos, docs)

55 lines (54 loc) 1.49 kB
{ "name": "ionic-cache-src", "version": "0.1.1", "description": "Directive to cache files (images,videos, docs)", "author": "Boris Gastelú", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "ngc": "ngc", "build": "gulp && npm run ngc", "deploy": "npm run build && npm publish" }, "keywords": [ "ionic", "mobile", "angular", "module", "directive", "cordova", "phonegap", "html", "storage", "cache", "filesystem", "images", "videos", "files" ], "bugs": { "url": "https://github.com/borisgastelu/ionic-cache-src/issues" }, "homepage": "https://github.com/borisgastelu/ionic-cache-src", "devDependencies": { "@angular/common": "4.4.3", "@angular/compiler": "4.4.3", "@angular/compiler-cli": "4.4.3", "@angular/core": "4.4.3", "@angular/forms": "4.4.3", "@angular/platform-browser": "4.4.3", "@ionic-native/core": "4.3.2", "@ionic-native/file": "4.3.2", "@ionic-native/file-transfer": "4.3.2", "@ionic/storage": "2.0.1", "del": "3.0.0", "gulp": "3.9.1", "ionic-angular": "3.9.2", "request": "^2.83.0", "request-promise-native": "^1.0.5", "rxjs": "5.5.2", "typescript": "2.4.2", "zone.js": "0.8.18" } }