reactjs-datetime
Version:
ReactJS Datetime Picker
33 lines (32 loc) • 786 B
JSON
{
"name": "reactjs-datetime",
"version": "1.0.1",
"description": "ReactJS Datetime Picker",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LoganSeiken/reactjs-datetime.git"
},
"keywords": [
"React",
"Datetime",
"Picker"
],
"author": "Logan Seiken",
"license": "MIT",
"bugs": {
"url": "https://github.com/LoganSeiken/reactjs-datetime/issues"
},
"homepage": "https://github.com/LoganSeiken/reactjs-datetime#readme",
"dependencies": {
"create-react-class": "^15.6.0",
"moment": "^2.18.1",
"object-assign": "^4.1.1",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom-factories": "^1.0.0"
}
}