forked from hellojwilde/react-pick-datetime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.32 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
{
"name": "react-pick-datetime",
"version": "0.5.4",
"description": "Accessible widgets for picking dates and times.",
"main": "lib/index.js",
"scripts": {
"test": "karma start",
"prepublish": "gulp build-node"
},
"repository": {
"type": "git",
"url": "https://github.com/hellojwilde/react-pick-datetime"
},
"author": "Jonathan Wilde <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hellojwilde/react-pick-datetime/issues"
},
"homepage": "https://github.com/hellojwilde/react-pick-datetime",
"dependencies": {
"moment": "^2.17.0",
"promise": "~7.0.4",
"react-pick-2": "^0.6.6",
"react-addons-pure-render-mixin": "^15.3.0"
},
"peerDependencies": {
"react": "^15.3.0"
},
"devDependencies": {
"babel-core": "^4.7.16",
"babel-loader": "^5.0.0",
"css-loader": "^0.9.1",
"expect": "^1.6.0",
"gulp": "^3.8.11",
"gulp-babel": "^4.0.0",
"gulp-gh-pages": "^0.5.0",
"gulp-webpack": "^1.3.1",
"karma": "^0.13.7",
"karma-chrome-launcher": "^0.1.7",
"karma-cli": "0.0.4",
"karma-firefox-launcher": "^0.1.4",
"karma-mocha": "^0.1.10",
"karma-sourcemap-loader": "^0.3.4",
"karma-webpack": "^1.5.0",
"mocha": "^2.2.1",
"react": "^0.14.0",
"style-loader": "^0.9.0",
"webpack": "^1.7.3"
}
}