-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 735 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "react-native-loading-placeholder",
"version": "0.0.6",
"description": "Placeholder component for React Native",
"main": "src/index.js",
"keywords": ["react-native", "react-component", "react-native", "ios", "android", "placeholder", "loading"],
"repository": {
"type": "git",
"url": "git+https://github.com/zeljkoX/react-native-loading-placeholder.git"
},
"author": "Zeljko Markovic <zeljko89markovic@gmail.com> (https://github.com/zeljkoX/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/zeljkoX/react-native-loading-placeholder/issues"
},
"homepage": "https://github.com/zeljkoX/react-native-loading-placeholder#readme",
"dependencies": {
"prop-types": "^15.5.10"
}
}