forked from spulgarin9/react-native-content-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.01 KB
/
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
{
"name": "react-native-content-loader",
"version": "0.1.4",
"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": {
"expo": "16.0.0",
"prop-types": "^15.5.10",
"react": "16.0.0-alpha.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-16.0.0.tar.gz"
},
"dependencies": {
"babel-preset-react": "^6.24.1",
"d3-interpolate": "^1.1.5"
}
}