rc-day-picker
Version:
Day picker component of react
33 lines (32 loc) • 603 B
JSON
{
"name": "rc-day-picker",
"description": "Day picker component of react",
"main": "dist/DayPicker.js",
"version": "1.0.5",
"authors": [
"sadpig <sadpig93@gmail.com>"
],
"license": "MIT",
"keywords": [
"react",
"day-picker"
],
"homepage": "https://github.com/sadpig1993/rc-day-picker",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"docs",
"src",
"lib",
"examples/",
"package.json",
"webpack.config.js",
"DayPicker.js"
],
"dependencies": {
"react": "~0.13.x || ~0.14.x || ~15.x"
}
}