forked from stephy/CalendarPicker
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
71 lines (71 loc) · 1.62 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
65
66
67
68
69
70
71
{
"name": "react-native-jalali-calendar-picker",
"version": "0.2.6",
"description": "Calendar Picker Component for React Native (Jalali)",
"engines" : {
"node" : ">=7.6.0"
},
"devDependencies": {
"jest-expo": "^0.3.0",
"react": "~15.4.0",
"react-native": "0.42.3",
"react-native-scripts": "0.0.25",
"react-test-renderer": "~15.4.1",
"uuid": "^3.0.1"
},
"peerDependencies": {
"react": "~15.4.0",
"babel-preset-expo": "^2.0.0",
"react-native": "^0.42.3"
},
"main": "./CalendarPicker",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "node_modules/jest/bin/jest.js",
"test:watch": "node_modules/jest/bin/jest.js --watch"
},
"jest": {
"preset": "jest-expo"
},
"repository": {
"type": "git",
"url": "https://github.com/afshinm/JalaliCalendarPicker"
},
"keywords": [
"calendar",
"picker",
"calendar",
"picker",
"date",
"picker",
"day",
"picker",
"jalali",
"persian",
"farsi"
],
"author": {
"name": "Afshin Mehrabani",
"email": "afshin.meh@gmail.com"
},
"license": "GPLv3",
"bugs": {
"url": "https://github.com/afshinm/JalaliCalendarPicker/issues"
},
"homepage": "https://github.com/afshinm/JalaliCalendarPicker",
"maintainers": [
{
"name": "Afshin Mehrabani",
"email": "afshin.meh@gmail.com"
}
],
"directories": {},
"dependencies": {
"expo": "^15.1.0",
"prop-types": "^15.6.0",
"moment-jalaali": "^0.7.2"
}
}