mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-05 22:56:11 +00:00
25 lines
532 B
JSON
25 lines
532 B
JSON
{
|
|
"version": "1.0.7",
|
|
"name": "react-native-art-svg",
|
|
"description": "react native svg library based on `ART`",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/magicismight/react-native-art-svg"
|
|
},
|
|
"license": "MIT",
|
|
"main": "./index.js",
|
|
"keywords": [
|
|
"react-component",
|
|
"react-native",
|
|
"ios",
|
|
"android",
|
|
"SVG",
|
|
"ART",
|
|
"VML"
|
|
],
|
|
"dependencies": {
|
|
"color": "^0.11.1",
|
|
"svgpath": "^2.1.5"
|
|
}
|
|
}
|