Files

21 lines
479 B
JSON
Raw Permalink Normal View History

2026-04-05 16:14:49 -04:00
{
"name": "uncontrollable",
"version": "5.1.0",
"description": "Wrap a controlled react component, to allow specific prop/handler pairs to be uncontrolled",
"author": {
"name": "Jason Quense",
"email": "monastic.panic@gmail.com"
},
"repository": "jquense/uncontrollable",
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"react": ">=15.0.0"
},
"jest": {
"rootDir": "./test"
},
"dependencies": {
"invariant": "^2.2.4"
}
}