Files
react-native-svg/package.json
2016-01-27 14:56:13 +08:00

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"
}
}