{
"name": "rc-time-picker",
"version": "2.2.1",
"description": "React TimePicker",
"keywords": [
"react",
"react-time-picker",
"react-component",
"timepicker",
"time-picker",
"ui component",
"ui",
"component"
],
"files": [
"lib",
"assets/*.css"
],
"main": "lib/index",
"homepage": "http://github.com/react-component/time-picker",
"author": "wuzhao.mail@gmail.com",
"repository": {
"type": "git",
"url": "git@github.com:react-component/time-picker.git"
},
"bugs": {
"url": "http://github.com/react-component/time-picker/issues"
},
"licenses": "MIT",
"config": {
"port": 8011
},
"scripts": {
"build": "rc-tools run build",
"gh-pages": "rc-tools run gh-pages",
"start": "rc-tools run server",
"pub": "rc-tools run pub --babel-runtime",
"lint": "rc-tools run lint",
"karma": "rc-tools run karma",
"saucelabs": "rc-tools run saucelabs",
"test": "rc-tools run test",
"chrome-test": "rc-tools run chrome-test",
"coverage": "rc-tools run coverage"
},
"devDependencies": {
"async": "~0.9.0",
"bootstrap": "~3.3.2",
"expect.js": "~0.3.1",
"jquery": "1.x",
"pre-commit": "1.x",
"rc-tools": "5.x",
"rc-util": "^3.1.2",
"react": "15.x",
"react-addons-test-utils": "15.x",
"react-dom": "15.x"
},
"pre-commit": [
"lint"
],
"dependencies": {
"babel-runtime": "6.x",
"classnames": "2.x",
"moment": "2.x",
"rc-trigger": "1.x"
}
}