-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
39 lines (39 loc) · 1007 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
33
34
35
36
37
38
39
{
"name": "react-native-shadow-view",
"version": "0.0.1",
"description": "React Native's View Component with Shadows Both on Android and iOS, inspired by react-native-shadow",
"main": "lib/",
"typings": "lib/index.d.ts",
"types": "lib/index.d.ts",
"type": "lib/index.d.ts",
"scripts": {
"prepublish": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pinqy520/react-native-shadow-view.git"
},
"keywords": [
"react-native"
],
"author": "Qi Huang",
"license": "MIT",
"bugs": {
"url": "https://github.com/pinqy520/react-native-shadow-view/issues"
},
"homepage": "https://github.com/pinqy520/react-native-shadow-view#readme",
"devDependencies": {
"@types/react": "^15.0.25",
"@types/react-native": "^0.44.4",
"typescript": "^2.3.3"
},
"dependencies": {
"color-alpha": "^1.0.2",
"color-parse": "^1.3.7"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-svg": "*"
}
}