forked from skratchdot/react-bootstrap-daterangepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.53 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
{
"name": "react-bootstrap-daterangepicker",
"version": "1.0.2",
"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.13",
"jquery": "^1.11.3"
},
"peerDependencies": {
"react": "^0.14.0"
},
"devDependencies": {
"babelify": "^6.3.0",
"bootstrap": "^3.3.5",
"cheerio": "^0.19.0",
"gulp": "^3.9.0",
"gulp-babel": "^5.3.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-rename": "^1.2.2",
"gulp-uglify": "^1.4.2",
"jsxhint": "^0.15.1",
"request": "^2.65.0",
"wordwrap": "^1.0.0",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-bootstrap": "^0.27.2",
"moment": "^2.10.6"
},
"keywords": [
"react",
"react-component",
"bootstrap",
"date",
"range",
"picker",
"selector",
"datetime",
"ui"
],
"engines": {
"npm": ">=2.13.0",
"node": ">=0.12.0"
}
}