forked from skratchdot/react-bootstrap-daterangepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.66 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
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "react-bootstrap-daterangepicker",
"version": "2.0.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",
"build": "gulp build"
},
"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": {
"bootstrap-daterangepicker": "^2.1.19"
},
"peerDependencies": {
"jquery": ">=1.11.3||>=2.0.0",
"react": ">=0.14.0||>=15.0.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babelify": "^7.2.0",
"bootstrap": "^3.3.6",
"cheerio": "^0.20.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-browserify": "^0.5.1",
"gulp-connect": "^3.1.0",
"gulp-cssmin": "^0.1.7",
"gulp-download": "0.0.1",
"gulp-less": "^3.0.5",
"gulp-nodemon": "^2.0.6",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"jsxhint": "^0.15.1",
"moment": "^2.12.0",
"react": "^0.14.7",
"react-bootstrap": "^0.28.3",
"react-dom": "^0.14.7",
"request": "^2.69.0",
"wordwrap": "^1.0.0"
},
"keywords": [
"react",
"react-component",
"bootstrap",
"date",
"range",
"picker",
"selector",
"datetime",
"ui"
],
"engines": {
"npm": ">=2.13.0",
"node": ">=0.12.0"
}
}