]> git.immae.eu Git - github/fretlink/time-picker.git/blob - package.json
Merge pull request #1 from cyrilfretlink/close-on-esc-prop
[github/fretlink/time-picker.git] / package.json
1 {
2 "name": "rc-time-picker",
3 "version": "3.3.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 "dist": "rc-tools run dist",
37 "build": "rc-tools run build",
38 "gh-pages": "rc-tools run gh-pages",
39 "start": "rc-tools run server",
40 "compile": "rc-tools run compile --babel-runtime",
41 "pub": "rc-tools run pub --babel-runtime",
42 "lint": "rc-tools run lint",
43 "lint:fix": "rc-tools run lint --fix",
44 "karma": "rc-test run karma",
45 "saucelabs": "rc-test run saucelabs",
46 "test": "rc-test run test",
47 "chrome-test": "rc-test run chrome-test",
48 "coverage": "rc-test run coverage"
49 },
50 "devDependencies": {
51 "async": "~0.9.0",
52 "core-js": "^2.5.1",
53 "expect.js": "~0.3.1",
54 "pre-commit": "1.x",
55 "rc-test": "^6.0.1",
56 "rc-tools": "6.x",
57 "rc-util": "^4.0.2",
58 "react": "^16.0.0",
59 "react-dom": "^16.0.0"
60 },
61 "pre-commit": [
62 "lint"
63 ],
64 "dependencies": {
65 "babel-runtime": "6.x",
66 "classnames": "2.x",
67 "moment": "2.x",
68 "prop-types": "^15.5.8",
69 "rc-trigger": "^2.2.0"
70 }
71 }