package.json 345 B

1234567891011121314151617
  1. {
  2. "id": "uni-easyinput",
  3. "name": "Easyinput 增强输入框",
  4. "version": "0.0.8",
  5. "description": "easyinput 组件是对原生input组件的增强 ",
  6. "keywords": [
  7. "uni-ui",
  8. "ui",
  9. "input",
  10. "uni-easyinput",
  11. "输入框"
  12. ],
  13. "dependencies": {
  14. "crypto-js": "^4.1.1"
  15. }
  16. }