package.json 505 B

12345678910111213141516171819202122
  1. {
  2. "name": "licia",
  3. "version": "1.47.0",
  4. "description": "Useful utility collection with zero dependencies",
  5. "repository": {
  6. "type": "git",
  7. "url": "git+https://github.com/liriliri/licia.git"
  8. },
  9. "keywords": [
  10. "eustia",
  11. "util"
  12. ],
  13. "author": "redhoodsu",
  14. "license": "MIT",
  15. "bugs": {
  16. "url": "https://github.com/liriliri/licia/issues"
  17. },
  18. "homepage": "https://github.com/liriliri/licia#readme",
  19. "main": "node.js",
  20. "browser": "browser.js",
  21. "typings": "index.d.ts"
  22. }