diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/package.json b/package.json index 3f7b765..483c3d9 100644 --- a/package.json +++ b/package.json | |||
@@ -1,12 +1,13 @@ | |||
1 | { | 1 | { |
2 | "name": "rc-timepicker", | 2 | "name": "rc-time-picker", |
3 | "version": "0.1.0", | 3 | "version": "0.2.0", |
4 | "description": "React Timepicker", | 4 | "description": "React TimePicker", |
5 | "keywords": [ | 5 | "keywords": [ |
6 | "react", | 6 | "react", |
7 | "react-timepicker", | 7 | "react-time-picker", |
8 | "react-component", | 8 | "react-component", |
9 | "timepicker", | 9 | "timepicker", |
10 | "time-picker", | ||
10 | "ui component", | 11 | "ui component", |
11 | "ui", | 12 | "ui", |
12 | "component" | 13 | "component" |
@@ -16,14 +17,14 @@ | |||
16 | "assets/*.css" | 17 | "assets/*.css" |
17 | ], | 18 | ], |
18 | "main": "lib/index", | 19 | "main": "lib/index", |
19 | "homepage": "http://github.com/react-component/timepicker", | 20 | "homepage": "http://github.com/react-component/time-picker", |
20 | "author": "wuzhao.mail@gmail.com", | 21 | "author": "wuzhao.mail@gmail.com", |
21 | "repository": { | 22 | "repository": { |
22 | "type": "git", | 23 | "type": "git", |
23 | "url": "git@github.com:react-component/timepicker.git" | 24 | "url": "git@github.com:react-component/time-picker.git" |
24 | }, | 25 | }, |
25 | "bugs": { | 26 | "bugs": { |
26 | "url": "http://github.com/react-component/timepicker/issues" | 27 | "url": "http://github.com/react-component/time-picker/issues" |
27 | }, | 28 | }, |
28 | "licenses": "MIT", | 29 | "licenses": "MIT", |
29 | "config": { | 30 | "config": { |
@@ -57,6 +58,7 @@ | |||
57 | "lint" | 58 | "lint" |
58 | ], | 59 | ], |
59 | "dependencies": { | 60 | "dependencies": { |
61 | "classnames": "~2.2.0", | ||
60 | "gregorian-calendar": "4.x", | 62 | "gregorian-calendar": "4.x", |
61 | "gregorian-calendar-format": "4.x", | 63 | "gregorian-calendar-format": "4.x", |
62 | "object-assign": "4.x", | 64 | "object-assign": "4.x", |