@nativescript-community/ui-image
Version:
Advanced and efficient image display plugin which uses Fresco (Android) and SDWebImage (iOS) to implement caching, placeholders, image effects, and much more.
49 lines (48 loc) • 1.63 kB
JSON
{
"name": "@nativescript-community/ui-image",
"version": "4.5.5",
"description": "Advanced and efficient image display plugin which uses Fresco (Android) and SDWebImage (iOS) to implement caching, placeholders, image effects, and much more.",
"main": "./index",
"sideEffects": false,
"typings": "./index.d.ts",
"scripts": {
"build": "npm run tsc && npm run readme",
"build.all": "npm run build && npm run build.angular",
"build.angular": "ng-packagr -p ../../src/image/angular/ng-package.json -c ../../src/image/angular/tsconfig.json && rm angular/.npmignore",
"readme": "readme generate -c ../../tools/readme/blueprint.json",
"tsc": "cpy '**/*.d.ts' '../../packages/image' --parents --cwd=../../src/image && tsc -skipLibCheck -d",
"clean": "rimraf ./*.d.ts ./*.js ./*.js.map"
},
"nativescript": {
"platforms": {
"android": "6.0.0",
"ios": "6.0.0"
}
},
"keywords": [
"NativeScript",
"JavaScript",
"Fresco",
"SDWebImage",
"cache",
"caching",
"Android",
"iOS",
"Angular",
"Vue"
],
"author": {
"name": "Martin Guillon",
"email": "martin@akylas.fr"
},
"bugs": {
"url": "https://github.com/nativescript-community/ui-image/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/nativescript-community/ui-image"
},
"license": "Apache-2.0",
"readmeFilename": "README.md",
"gitHead": "519eb9e1f08dc2b691fc330fc39a1dd7f6acd6a8"
}