UNPKG

react-tri-state-checkbox

Version:
47 lines (46 loc) 1.06 kB
{ "name": "react-tri-state-checkbox", "version": "0.2.1", "description": "Mixed-state checkbox for React", "main": "dist/index.js", "scripts": { "build": "tsc", "prepublishOnly": "npm run build" }, "files": [ "dist/*", "styles/*" ], "repository": { "type": "git", "url": "git+https://github.com/shwilliam/react-tri-state-checkbox.git" }, "keywords": [ "react", "component", "checkbox", "tri-state", "mixed-state", "w3c", "wai-aria" ], "author": "William L <w-lindvall@outlook.com>", "license": "MIT", "bugs": { "url": "https://github.com/shwilliam/react-tri-state-checkbox/issues" }, "homepage": "https://github.com/shwilliam/react-tri-state-checkbox#readme", "dependencies": {}, "peerDependencies": { "react": "^16.9.0", "react-dom": "^16.9.0" }, "devDependencies": { "@types/react": "^16.9.2", "babel-eslint": "^10.0.3", "eslint": "^6.1.0", "eslint-plugin-react": "^7.14.3", "react": "^16.9.0", "typescript": "^3.6.3" } }