]>
Commit | Line | Data |
---|---|---|
1 | { | |
2 | "name": "rc-time-picker", | |
3 | "version": "2.3.3", | |
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 | "assets/*.css" | |
18 | ], | |
19 | "main": "lib/index", | |
20 | "homepage": "http://github.com/react-component/time-picker", | |
21 | "author": "wuzhao.mail@gmail.com", | |
22 | "repository": { | |
23 | "type": "git", | |
24 | "url": "git@github.com:react-component/time-picker.git" | |
25 | }, | |
26 | "bugs": { | |
27 | "url": "http://github.com/react-component/time-picker/issues" | |
28 | }, | |
29 | "licenses": "MIT", | |
30 | "config": { | |
31 | "port": 8011 | |
32 | }, | |
33 | "scripts": { | |
34 | "build": "rc-tools run build", | |
35 | "gh-pages": "rc-tools run gh-pages", | |
36 | "start": "rc-tools run server", | |
37 | "pub": "rc-tools run pub --babel-runtime", | |
38 | "lint": "rc-tools run lint", | |
39 | "karma": "rc-tools run karma", | |
40 | "saucelabs": "rc-tools run saucelabs", | |
41 | "test": "rc-tools run test", | |
42 | "chrome-test": "rc-tools run chrome-test", | |
43 | "coverage": "rc-tools run coverage" | |
44 | }, | |
45 | "devDependencies": { | |
46 | "async": "~0.9.0", | |
47 | "bootstrap": "~3.3.2", | |
48 | "expect.js": "~0.3.1", | |
49 | "jquery": "1.x", | |
50 | "pre-commit": "1.x", | |
51 | "rc-tools": "5.x", | |
52 | "rc-util": "^4.0.2", | |
53 | "react": "15.x", | |
54 | "react-dom": "15.x" | |
55 | }, | |
56 | "pre-commit": [ | |
57 | "lint" | |
58 | ], | |
59 | "dependencies": { | |
60 | "babel-runtime": "6.x", | |
61 | "classnames": "2.x", | |
62 | "moment": "2.x", | |
63 | "prop-types": "^15.5.8", | |
64 | "rc-trigger": "1.x" | |
65 | } | |
66 | } |