UNPKG

react-checkbox-group

Version:
48 lines (47 loc) 1.08 kB
{ "name": "react-checkbox-group", "version": "5.0.2", "description": "Sensible checkbox groups manipulation for DOM.", "main": "lib/index.js", "scripts": { "build": "tsc", "test": "jest", "prepublish": "yarn build" }, "repository": { "type": "git", "url": "https://github.com/ziad-saab/react-checkbox-group.git" }, "keywords": [ "facebook", "react", "checkbox", "group", "dom", "input", "react-component" ], "author": "Ziad Saab <ziad.saab@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/ziad-saab/react-checkbox-group/issues" }, "homepage": "https://github.com/ziad-saab/react-checkbox-group", "devDependencies": { "@testing-library/react": "^8.0.5", "@types/jest": "^24.0.15", "@types/react": "^16.8.23", "jest": "^24.8.0", "react": "^16.8.0", "react-dom": "^16.8.0", "ts-jest": "^24.0.2", "typescript": "^3.5.3" }, "peerDependencies": { "react": "^16.8.0", "react-dom": "^16.8.0" }, "jest": { "preset": "ts-jest" } }