forked from tokkozhin/react-native-neomorph-shadows
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.31 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "react-native-neomorph-shadows",
"version": "1.1.2",
"description": "Shadows and neumorphism/neomorphism UI for iOS & Android (like iOS).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@react-native-community/art": "^1.2.0",
"prop-types": "^15.7.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tokkozhin/react-native-neomorph-shadows.git"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"react native",
"mobile",
"ios",
"android",
"ui",
"component",
"neomorph",
"neomorphism",
"neumorphism",
"skeuomorphic",
"skeuomorphism",
"shadowbox",
"shadow",
"shadow-view",
"shadowview",
"react-native-shadow",
"react-native-shadow-view",
"react-native-shadowview",
"react-native-neomorphism",
"react-native-neomorphism-view"
],
"author": "Daniel Tokkozhin",
"license": "MIT",
"bugs": {
"url": "https://github.com/tokkozhin/react-native-neomorph-shadows/issues"
},
"homepage": "https://github.com/tokkozhin/react-native-neomorph-shadows#readme",
"devDependencies": {
"@types/react": "^16.9.34",
"@types/react-native": "^0.62.7"
},
"types": "index.d.ts"
}