react-native-svg
Version:
A <Svg /> element for react-native that renders Svg images using SVGKit
22 lines (21 loc) • 540 B
JSON
{
"name": "react-native-svg",
"version": "0.2.0",
"main": "Svg.js",
"description": "A <Svg /> element for react-native that renders Svg images using SVGKit",
"author": "Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)",
"peerDependencies": {
"react-native": "^0.4.4"
},
"devDependencies": {
"react-native": "^0.4.4"
},
"dependencies": {
"d3": "^3.5.5",
"jsdom-jscore": "^0.1.0"
},
"repository": {
"type": "git",
"url": "git@github.com:brentvatne/react-native-svg.git"
}
}