forked from software-mansion/react-native-svg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 804 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
{
"version": "1.1.0",
"name": "react-native-svg",
"description": "react native svg library",
"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",
"lodash": "^4.0.0"
},
"scripts": {
"postinstall": "rnpm link react-native-svg"
},
"nativePackage": true,
"rnpm": {
"ios": {
"project": "ios/RNSVG.xcodeproj"
}
},
"peerDependencies": {
"react-native": "^0.24.0"
}
}