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