@nativescript-community/ui-zoomimage
Version:
Zoomable image view based on @nativescript-community/ui-image
52 lines (51 loc) • 1.7 kB
JSON
{
"name": "@nativescript-community/ui-zoomimage",
"version": "4.6.8",
"description": "Zoomable image view based on @nativescript-community/ui-image",
"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/zoomimage/angular/ng-package.json -c ../../src/zoomimage/angular/tsconfig.json && rm angular/.npmignore",
"readme": "readme generate -c ../../tools/readme/blueprint.json",
"tsc": "cpy '**/*.d.ts' '../../packages/zoomimage' --parents --cwd=../../src/zoomimage && tsc --build",
"clean": "bin/rimraf ./*.d.ts ./*.js ./*.js.map ./*.tsbuildinfo ./*.mjs ./*.mjs.map ./angular ./svelte ./vue* ./react"
},
"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"
},
"dependencies": {
"@nativescript-community/ui-image": "^4.6.8"
},
"license": "Apache-2.0",
"readmeFilename": "README.md",
"gitHead": "2a68c8cd4cb6a8ea0014d054259d4220e5013c45"
}