UNPKG

@nativescript-community/ui-svg

Version:

Adds support for SVGs in your NativeScript apps.

47 lines (46 loc) 1.44 kB
{ "name": "@nativescript-community/ui-svg", "version": "0.2.13", "description": "Adds support for SVGs in your NativeScript apps.", "main": "./index", "sideEffects": false, "typings": "./index.d.ts", "repository": { "type": "git", "url": "https://github.com/nativescript-community/ui-canvas" }, "nativescript": { "platforms": { "android": "6.1.0", "ios": "6.1.0" } }, "scripts": { "build": "npm run tsc", "build.all": "npm run build", "build.angular": "ng-packagr -p ../../src/ui-svg/angular/ng-package.json -c ../../src/ui-svg/angular/tsconfig.json && rm angular/.npmignore", "readme": "readme generate -c ../../tools/readme/blueprint.json", "tsc": "cpy '**/*.d.ts' '../../packages/ui-svg' --parents --cwd=../../src/ui-svg && tsc -skipLibCheck -d", "clean": "rimraf ./*.d.ts ./*.js ./*.js.map" }, "keywords": [ "NativeScript", "JavaScript", "Android", "iOS", "svg", "Vue" ], "author": { "name": "Martin Guillon", "email": "martin@akylas.fr" }, "license": "ISC", "bugs": { "url": "https://github.com/nativescript-community/ui-canvas/issues" }, "peerDependencies": { "@nativescript-community/ui-canvas": "^4.6.27" }, "gitHead": "5365bef7770ac4eeb486e86eeb7db1bb9fec69ba" }