]> git.immae.eu Git - github/fretlink/time-picker.git/blob - package.json
Add keydown function on header input
[github/fretlink/time-picker.git] / package.json
1 {
2 "name": "rc-time-picker",
3 "version": "2.4.1",
4 "description": "React TimePicker",
5 "keywords": [
6 "react",
7 "react-time-picker",
8 "react-component",
9 "timepicker",
10 "time-picker",
11 "ui component",
12 "ui",
13 "component"
14 ],
15 "files": [
16 "lib",
17 "es",
18 "assets/*.css"
19 ],
20 "main": "lib/index",
21 "module": "es/index",
22 "homepage": "http://github.com/react-component/time-picker",
23 "author": "wuzhao.mail@gmail.com",
24 "repository": {
25 "type": "git",
26 "url": "git@github.com:react-component/time-picker.git"
27 },
28 "bugs": {
29 "url": "http://github.com/react-component/time-picker/issues"
30 },
31 "licenses": "MIT",
32 "config": {
33 "port": 8011
34 },
35 "scripts": {
36 "build": "rc-tools run build",
37 "gh-pages": "rc-tools run gh-pages",
38 "start": "rc-tools run server",
39 "compile": "rc-tools run compile --babel-runtime",
40 "pub": "rc-tools run pub --babel-runtime",
41 "lint": "rc-tools run lint",
42 "karma": "rc-test run karma",
43 "saucelabs": "rc-test run saucelabs",
44 "test": "rc-test run test",
45 "chrome-test": "rc-test run chrome-test",
46 "coverage": "rc-test run coverage"
47 },
48 "devDependencies": {
49 "async": "~0.9.0",
50 "bootstrap": "~3.3.2",
51 "expect.js": "~0.3.1",
52 "jquery": "1.x",
53 "pre-commit": "1.x",
54 "rc-test": "^6.0.1",
55 "rc-tools": "6.x",
56 "rc-util": "^4.0.2",
57 "react": "15.x",
58 "react-dom": "15.x"
59 },
60 "pre-commit": [
61 "lint"
62 ],
63 "dependencies": {
64 "babel-runtime": "6.x",
65 "classnames": "2.x",
66 "moment": "2.x",
67 "prop-types": "^15.5.8",
68 "rc-trigger": "1.x"
69 }
70 }