forked from BugiDev/react-native-calendar-strip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.5 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
55
56
57
58
59
60
61
62
63
64
{
"name": "react-native-calendar-strip",
"version": "0.1.3",
"description": "Easy to use and visually stunning calendar component for React Native",
"main": "index.js",
"directories": {
"example": "example"
},
"dependencies": {
"moment": "^2.17.1"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"eslint": "^3.4.0",
"eslint-plugin-react": "^6.2.0",
"react": "15.2.1",
"react-native": "^0.31.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"eslint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/BugiDev/react-native-calendar-strip.git"
},
"keywords": [
"react",
"native",
"rn",
"RN",
"react native",
"react-native",
"calendar",
"strip",
"calendar strip",
"calendar-strip",
"react native calendar",
"react-native-calendar",
"react native calendar strip",
"react-native-calendar-strip"
],
"author": "Bogdan Begovic <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/BugiDev/react-native-calendar-strip/issues"
},
"contributors": [
{
"name": "Florian Biebel",
"url": "https://github.com/1ne8ight7even"
},
{
"name": "Peace",
"url": "https://github.com/peacechen",
"email": "[email protected]"
},
{
"name": "Vitaliy Zhukov",
"url": "https://github.com/Vitall"
}
],
"homepage": "https://github.com/BugiDev/react-native-calendar-strip#readme"
}