UNPKG

zent

Version:

一套前端设计语言和基于React的实现

32 lines (31 loc) 626 B
{ "name": "zent-radio", "version": "1.0.8", "description": "Zent Radio 单选框组件", "main": "./lib/index.js", "scripts": { "lint": "eslint --max-warnings=0 ./src ./examples", "prepublish": "npm run lint && zent-kit prepublish" }, "repository": { "type": "git", "url": "git@github.com:youzan/zent.git" }, "author": "nino (nino@youzan.com)", "license": "MIT", "files": [ "src/", "assets/", "examples/", "lib/", "dist/" ], "dependencies": { "zent-utils": "1.0.7" }, "jest": { "verbose": true, "automock": false, "collectCoverage": true } }