forked from arqex/react-datetime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.08 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
{
"name": "react-datetime",
"version": "2.0.2",
"description": "A lightweight but complete datetime picker React.js component.",
"homepage": "https://github.com/arqex/react-datetime",
"repository": {
"type": "git",
"url": "https://github.com/arqex/react-datetime"
},
"main": "./DateTime.js",
"scripts": {
"build": "./node_modules/.bin/gulp.cmd",
"test": "node node_modules/mocha/bin/mocha tests"
},
"keywords": [
"react",
"react-component",
"datepicker",
"timepicker",
"datetimepicker",
"datetime"
],
"author": "Javier Marquez",
"license": "MIT",
"peerDependencies": {
"react": ">=0.13",
"react-dom": ">=0.13",
"moment": ">=2.8.1"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-insert": "^0.4.0",
"gulp-uglify": "^1.2.0",
"gulp-webpack": "^1.5.0",
"jsdom": "^7.0.2",
"mocha": "^2.2.5",
"react": ">=0.13",
"react-tools": "^0.13.2",
"webpack": "^1.5.1",
"webpack-dev-server": "^1.7.0"
},
"dependencies": {
"object-assign": "^3.0.0",
"react-onclickoutside": "^4.1.0"
}
}