]> git.immae.eu Git - github/fretlink/time-picker.git/blob - package.json
fix bug
[github/fretlink/time-picker.git] / package.json
1 {
2 "name": "rc-time-picker",
3 "version": "0.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": 8001
32 },
33 "scripts": {
34 "build": "rc-tools run build",
35 "gh-pages": "rc-tools run gh-pages",
36 "start": "rc-server",
37 "pub": "rc-tools run pub",
38 "lint": "rc-tools run lint",
39 "karma": "rc-tools run karma",
40 "saucelabs": "rc-tools run saucelabs",
41 "browser-test": "rc-tools run browser-test",
42 "browser-test-cover": "rc-tools run browser-test-cover",
43 "validate": "npm ls"
44 },
45 "devDependencies": {
46 "async": "~0.9.0",
47 "bootstrap": "~3.3.2",
48 "expect.js": "~0.3.1",
49 "jquery": "~1.11.3",
50 "pre-commit": "1.x",
51 "rc-server": "3.x",
52 "rc-tools": "4.x",
53 "react": "0.14.x",
54 "react-addons-test-utils": "~0.14.0",
55 "react-dom": "0.14.x"
56 },
57 "pre-commit": [
58 "lint"
59 ],
60 "dependencies": {
61 "classnames": "~2.2.0",
62 "gregorian-calendar": "4.x",
63 "gregorian-calendar-format": "4.x",
64 "object-assign": "4.x",
65 "rc-trigger": "1.x",
66 "rc-util": "2.x"
67 }
68 }