-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 771 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 771 Bytes
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
{
"name": "react-native-material-calendar",
"version": "1.1.6",
"description": "A simple material-themed calendar for react native android",
"main": "src/MaterialCalendar.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-component",
"react-native",
"android",
"material",
"material-design",
"calendar"
],
"author": "SevenSwen <tihonenko.v.v@gmail.com>",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/SevenSwen/react-native-material-calendar.git"
},
"bugs": {
"url": "https://github.com/SevenSwen/react-native-material-calendar/issues"
},
"homepage": "https://github.com/SevenSwen/react-native-material-calendar#readme"
}