ionic-image-loader
Version:
Ionic Component and Service to load images in a background thread and cache them for later use
56 lines (55 loc) • 1.59 kB
JSON
{
"name": "ionic-image-loader",
"version": "4.1.1",
"description": "Ionic Component and Service to load images in a background thread and cache them for later use",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "rm -rf aot dist && ngc",
"test": "echo \"Error: no test specified\" && exit 1",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zyra/ionic-image-loader.git"
},
"keywords": [
"ionic2",
"image",
"loading",
"ionic",
"angular2"
],
"author": "Zyra Media Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/zyra/ionic-image-loader/issues"
},
"homepage": "https://github.com/zyra/ionic-image-loader#readme",
"devDependencies": {
"@angular/common": "4.1.3",
"@angular/compiler": "4.1.3",
"@angular/compiler-cli": "4.1.3",
"@angular/core": "4.1.3",
"@angular/forms": "4.1.3",
"@angular/http": "4.1.3",
"@angular/platform-browser": "4.1.3",
"@angular/platform-browser-dynamic": "4.1.3",
"@ionic-native/core": "^4.0.0",
"@ionic-native/file": "^4.0.0",
"@ionic-native/file-transfer": "^4.0.0",
"@types/lodash": "4.14.68",
"conventional-changelog-cli": "1.3.1",
"ionic-angular": "3.5.0",
"rxjs": "5.4.0",
"typescript": "2.3.4",
"zone.js": "0.8.12"
},
"dependencies": {
"lodash": "^4.17.4"
},
"peerDependencies": {
"@ionic-native/file": "^4.0.0",
"@ionic-native/file-transfer": "^4.0.0"
}
}