mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-21 02:32:03 +00:00
41 lines
897 B
JSON
41 lines
897 B
JSON
{
|
|
"version": "6.1.3",
|
|
"name": "react-native-svg",
|
|
"description": "SVG library for react-native",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/magicismight/react-native-svg"
|
|
},
|
|
"license": "MIT",
|
|
"main": "./index.js",
|
|
"keywords": [
|
|
"react-component",
|
|
"react-native",
|
|
"ios",
|
|
"android",
|
|
"SVG",
|
|
"ART",
|
|
"VML",
|
|
"gradient"
|
|
],
|
|
"scripts": {
|
|
"lint": "eslint ./"
|
|
},
|
|
"peerDependencies": {
|
|
"react-native": ">=0.50.0",
|
|
"react": "*",
|
|
"prop-types": "^15.5.7"
|
|
},
|
|
"dependencies": {
|
|
"color": "^2.0.1",
|
|
"lodash": "^4.16.6",
|
|
"pegjs": "^0.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^6.1.2",
|
|
"eslint": "^2.13.1",
|
|
"eslint-plugin-react": "^4.3.0"
|
|
},
|
|
"nativePackage": true
|
|
}
|