forked from vistarmedia/react-bootstrap-daterangepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.36 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
{
"name": "react-bootstrap-daterangepicker",
"version": "0.4.0",
"description": "A date/time picker for react (using bootstrap). This is a react port of: https://github.com/dangrossman/bootstrap-daterangepicker",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "skratchdot",
"repository": {
"type": "git",
"url": "git://github.com/skratchdot/react-bootstrap-daterangepicker.git"
},
"bugs": {
"url": "https://github.com/skratchdot/react-bootstrap-daterangepicker/issues"
},
"license": "Apache-2.0",
"dependencies": {
"jquery": "1.11.3",
"moment": ">=2.9.0",
"react": "0.14.0",
"react-dom": "0.14.0"
},
"devDependencies": {
"bootstrap": "^3.3.5",
"cheerio": "^0.19.0",
"gulp": "^3.9.0",
"gulp-browserify": "^0.5.1",
"gulp-connect": "^2.2.0",
"gulp-cssmin": "^0.1.7",
"gulp-download": "0.0.1",
"gulp-less": "^3.0.3",
"gulp-nodemon": "^2.0.4",
"gulp-react": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.4.1",
"jsxhint": "^0.15.1",
"react-bootstrap": "0.24.5-react-pre.0",
"reactify": "^1.1.1",
"request": "^2.61.0",
"wordwrap": "^1.0.0"
},
"keywords": [
"react",
"react-component",
"bootstrap",
"date",
"range",
"picker",
"selector",
"datetime",
"ui"
]
}