UNPKG

474 BJSONView Raw
1{
2 "name": "hy-checkbox",
3 "version": "1.2.2",
4 "description": "checkbox & radio ui components for react",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "keywords": [
10 "checkboxGroup",
11 "checkbox",
12 "radioGroup",
13 "radio"
14 ],
15 "devDependencies": {
16 },
17 "dependencies": {
18 "classnames": "^2.2.5",
19 "react": "^15.3.2",
20 "react-dom": "^15.3.2"
21 },
22 "author": "simeiyu",
23 "license": "ISC"
24}