-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
31 lines (31 loc) · 837 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
{
"name": "material-ui-pickers-jalali-utils",
"version": "0.4.3",
"description": "Calendar utils that add full Persian calendar system support to material-ui-pickers",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/alitaheri/material-ui-pickers-jalali-utils.git"
},
"author": "Ali Taheri Moghaddar",
"keywords": [
"material-ui",
"material-ui-pickers",
"calendar",
"persian",
"date-picker",
"datepicker",
"jalali",
"jalaali"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/alitaheri/material-ui-pickers-jalali-utils/issues"
},
"homepage": "https://github.com/alitaheri/material-ui-pickers-jalali-utils#readme",
"dependencies": {
"moment": "^2.22.2",
"moment-jalaali": "^0.7.4",
"moment-range": "^4.0.1"
}
}