forked from mramadhanrh/react-native-simple-shadow-view
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
32 lines (32 loc) · 892 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": "@vikasrg/react-native-simple-shadow-view",
"version": "1.6.4",
"description": "a Native shadow view for react native, for Android and iOS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/vikasg603/react-native-simple-shadow-view.git"
},
"keywords": [
"react-native",
"react-native-shadow",
"react-native-shadow-view",
"react-native-simple-shadow-view",
"shadow in android",
"shadow",
"shadow-view",
"simple-shadow-view"
],
"author": "Roy Ben-Sasson",
"license": "MIT",
"peerDependencies": {
"react-native": "^0.63.2"
},
"bugs": {
"url": "https://github.com/vikasg603/react-native-simple-shadow-view/issues"
},
"homepage": "https://github.com/vikasg603/react-native-simple-shadow-view#readme"
}