mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-14 07:54:35 +00:00
39 lines
870 B
JSON
39 lines
870 B
JSON
{
|
|
"version": "5.1.7-transform",
|
|
"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.40.0 <0.43.0",
|
|
"react": ">=15.4.0 <15.5.0"
|
|
},
|
|
"dependencies": {
|
|
"color": "^0.11.1",
|
|
"lodash": "^4.16.6"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^6.1.2",
|
|
"eslint": "^2.13.1",
|
|
"eslint-plugin-react": "^4.3.0"
|
|
},
|
|
"nativePackage": true
|
|
}
|