nativescript-image-cache
Version:
Nativescript image caching plugin using Fresco for Android and SDWebImageCache for iOS
52 lines (51 loc) • 1.61 kB
JSON
{
"name": "nativescript-image-cache",
"version": "1.1.6",
"description": "Nativescript image caching plugin using Fresco for Android and SDWebImageCache for iOS",
"main": "ns-image-cache",
"nativescript": {
"platforms": {
"android": "3.0.0",
"ios": "3.0.0"
}
},
"scripts": {
"build": "tsc -p .",
"dev": "npm link && cd ../demo && npm link nativescript-image-cache && tns plugin add ../src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yezarela/nativescript-image-cache.git"
},
"keywords": ["Nativescript", "Image-cache", "Fresco", "SDWebImageCache"],
"contributors": [
{
"name": "Yesarela Ritonga",
"email": "yezarela@gmail.com",
"url": "https://github.com/yezarela"
},
{
"name": "Blake Nussey",
"email": "blake.nussey@gmail.com",
"url": "https://github.com/bnussey"
}
],
"author": {
"name": "Yesarela Ritonga",
"email": "yezarela@gmail.com",
"url": "https://github.com/yezarela"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/yezarela/nativescript-image-cache/issues"
},
"homepage": "https://github.com/yezarela/nativescript-image-cache#readme",
"typings": "ns-image-cache.d.ts",
"readmeFilename": "README.md",
"dependencies": {},
"devDependencies": {
"tns-core-modules": "^3.0.0",
"tns-platform-declarations": "^3.0.1",
"typescript": "^2.3.2"
}
}