react-file-input
Version:
Simple file input component for React
31 lines (30 loc) • 708 B
JSON
{
"name": "react-file-input",
"version": "0.2.5",
"description": "Simple file input component for React",
"main": "./lib",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/captivationsoftware/react-file-input"
},
"keywords": [
"react",
"react-component",
"upload",
"file",
"input"
],
"author": "Captivation Software",
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/captivationsoftware/react-file-input/issues"
},
"homepage": "https://github.com/captivationsoftware/react-file-input",
"peerDependencies": {
"react": "0.x"
}
}