-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 943 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
{
"name": "@hestabit/react-native-svg-animate",
"version": "0.0.4",
"description": "Animate SVG path with diffrent animation types in both Android and IOS Application.",
"main": "index.js",
"keywords": [
"react-native",
"animation",
"svg",
"svg-path",
"svg-animate"
],
"author": "Hestabit <[email protected]> (https://www.hestabit.com)",
"contributors": "Animesh Bhardwaj <[email protected]> (https://github.com/Mr-Bhardwa7)",
"license": "ISC",
"repository": {
"type" : "git",
"url" : "https://github.com/Hestabit/react-native-svg-animate"
},
"engines": {
"node": ">= 8.12.0",
"npm": ">= 6.7.0"
},
"bugs" : {
"url" : "https://github.com/Hestabit/react-native-svg-animate/issues",
"email" : "[email protected]"
},
"dependencies": {
"color": "^3.1.2",
"svg-path-properties": "^0.4.9"
},
"peerDependencies": {
"react-native-svg": "^9.3.6"
}
}