UNPKG

react-native-svg-uri-reborn

Version:
39 lines (38 loc) 942 B
{ "name": "react-native-svg-uri-reborn", "version": "1.0.8", "description": "Render an SVG Image from an URL", "main": "index.js", "scripts": { "test": "./node_modules/mocha/bin/mocha --compilers js:babel-core/register" }, "repository": { "type": "git", "url": "git+https://github.com/MrDatastorage/react-native-svg-uri-reborn.git" }, "keywords": [ "react-native", "svg", "url", "uri", "http" ], "author": "Matias Cortes", "license": "ISC", "dependencies": { "xmldom-reborn": "^1.0.1" }, "peerDependencies": { "react-native-svg": "^5.3.0" }, "bugs": { "url": "https://github.com/MrDatastorage/react-native-svg-uri-reborn/issues" }, "homepage": "https://github.com/MrDatastorage/react-native-svg-uri-reborn#readme", "devDependencies": { "babel-core": "^6.24.1", "babel-preset-react-native": "^2.1.0", "chai": "^3.5.0", "mocha": "^3.2.0" } }