forked from Hacker0x01/react-datepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 731 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 731 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
28
29
30
31
32
33
34
{
"name": "react-date-picker",
"version": "0.11.4",
"authors": [
"Remon Oldenbeuving <remon@hackerone.com>",
"Martijn Russchen <martijn@hackerone.com>"
],
"description": "A simple and reusable datepicker component for React",
"repository": {
"type": "git",
"url": "git://github.com/Hacker0x01/react-datepicker.git"
},
"license": "MIT",
"main": [
"dist/react-datepicker.min.js",
"dist/react-datepicker.min.css"
],
"keywords": [
"react",
"datepicker",
"calendar"
],
"dependencies": {
"react": "< 0.14",
"moment": "2.10.6",
"tether": "1.1.0",
"react-onclickoutside": "0.3.0"
},
"ignore": [
"**/.*",
"bower_components",
"node_modules"
]
}