forked from gpbl/react-day-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
42 lines (42 loc) · 757 Bytes
/
bower.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
{
"name": "react-day-picker",
"description": "Flexible date picker component for React",
"main": "lib/daypicker.js",
"authors": [
"Giampaolo Bellavite <io@gpbl.org>"
],
"license": "MIT",
"keywords": [
"react",
"react-component",
"component",
"calendar",
"date-picker",
"datepicker",
"date",
"picker",
"moment",
"momentjs"
],
"homepage": "https://github.com/gpbl/react-day-picker",
"moduleType": [
"globals"
],
"private": false,
"ignore": [
"**/.*",
"book.json",
"package.json",
"docs",
"examples",
"src",
"test",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"react": "~0.13.x || ~0.14.x || ~15.x"
}
}