-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (33 loc) · 816 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
{
"author": {
"name": "Sajjad Asadi",
"email": "[email protected]"
},
"homepage": "https://github.com/lvlrSajjad/react-native-fancy-carousel-viewpager",
"keywords": [
"react-native",
"react-native-viewpager",
"react-native-fancy-carousel",
"react-native-carousel",
"react-native-fancy-carousel-viewpager"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "lvlrsajjad",
"email": "[email protected]"
}
],
"name": "react-native-fancy-carousel-viewpager",
"optionalDependencies": {},
"peerDependencies": {
"react-native": "^0.41.2",
"react-native-windows": "0.41.0-rc.1"
},
"readme": "ERROR: No README data found!",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.4"
}