forked from Hacker0x01/react-datepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.77 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
67
{
"author": "HackerOne",
"name": "react-datepicker",
"description": "A simple and reusable datepicker component for React",
"version": "0.14.4",
"license": "MIT",
"homepage": "https://github.com/Hacker0x01/react-datepicker",
"main": "dist/react-datepicker.min.js",
"style": "dist/react-datepicker.min.css",
"keywords": [
"react",
"datepicker",
"calendar",
"date",
"react-component"
],
"repository": {
"type": "git",
"url": "git://github.com/Hacker0x01/react-datepicker.git"
},
"bugs": {
"url": "https://github.com/Hacker0x01/react-datepicker/issues"
},
"devDependencies": {
"babel": "^5.6.4",
"babel-core": "^5.6.4",
"babel-jest": "^5.3.0",
"babel-loader": "^5.3.2",
"chai": "^3.2.0",
"grunt": "0.4.5",
"grunt-contrib-sass": "0.9.2",
"grunt-contrib-watch": "0.6.1",
"grunt-jscs": "^2.0.0",
"grunt-karma": "^0.12.0",
"grunt-scss-lint": "^0.3.4",
"grunt-webpack": "^1.0.8",
"karma": "^0.13.3",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.0",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.2.0",
"karma-sauce-launcher": "^0.2.14",
"karma-sinon": "^1.0.4",
"karma-sourcemap-loader": "^0.3.5",
"karma-webpack": "^1.7.0",
"mocha": "^2.2.5",
"phantomjs": "^1.9.17",
"react": ">=0.12 <0.15",
"react-addons-test-utils": "^0.14.0",
"react-dom": "^0.14.0",
"sinon": "^1.15.4",
"webpack": "^1.7.2",
"webpack-dev-server": "^1.7.0"
},
"peerDependencies": {
"react": ">=0.12 <0.15"
},
"dependencies": {
"lodash": "^3.10.0",
"moment": "^2.10",
"react-onclickoutside": "git+https://github.com/martijnrusschen/react-onclickoutside.git",
"tether": "^1.1.0"
},
"scripts": {
"test": "grunt travis"
}
}