-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 758 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
{
"name": "react-native-svg-animated-linear-gradient",
"version": "0.3.2",
"description": "Animated linear gradient for React Native Svg",
"repository": {
"type": "git",
"url": "https://github.com/virusvn/react-native-svg-animated-linear-gradient.git"
},
"author": "Nhan Nguyen",
"license": "MIT",
"bugs": {
"url": "https://github.com/virusvn/react-native-svg-animated-linear-gradient/issues"
},
"homepage": "https://github.com/virusvn/react-native-svg-animated-linear-gradient",
"keywords": [
"react-native-svg",
"react",
"svg",
"animated",
"animation",
"linear",
"gradient"
],
"peerDependencies": {
"prop-types": "^15.5.10"
},
"dependencies": {
"d3-interpolate": "^1.1.5"
}
}