forked from muh-hamada/react-native-svg-animations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 904 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": "react-native-svg-animations",
"version": "0.2.6",
"description": "SVG Animations wrapper for react-native.",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:73R3WY/react-native-svg-animations.git"
},
"keywords": [
"react-native",
"svg",
"animations"
],
"author": "Jeremy Patrick Pacabis <jeremy@ingenuity.ph> (https://ingenuity.ph)",
"license": "ISC",
"bugs": {
"url": "https://github.com/73R3WY/react-native-svg-animations/issues"
},
"homepage": "https://github.com/73R3WY/react-native-svg-animations",
"dependencies": {
"color": "^3.1.2",
"svg-path-properties": "^1.0.3"
},
"peerDependencies": {
"react-native-svg": "^12.0.3",
"svg-path-properties": "^1.0.3"
}
}