forked from software-mansion/react-native-svg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 919 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"version": "5.2.0",
"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.45.0",
"react": "16.0.0-alpha.12",
"prop-types": "^15.5.8"
},
"dependencies": {
"color": "^0.11.1",
"lodash": "^4.16.6",
"react-native": "^0.45.0"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"eslint": "^2.13.1",
"eslint-plugin-react": "^4.3.0"
},
"nativePackage": true
}