web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
907 B

  1. {
  2. "name": "lz-string",
  3. "version": "1.4.4",
  4. "license": "WTFPL",
  5. "filename": "lz-string.js",
  6. "description": "LZ-based compression algorithm",
  7. "homepage": "http://pieroxy.net/blog/pages/lz-string/index.html",
  8. "keywords": [
  9. "lz",
  10. "compression",
  11. "string"
  12. ],
  13. "main": "libs/lz-string.js",
  14. "bin": {
  15. "lz-string": "bin/bin.js"
  16. },
  17. "scripts": {},
  18. "dependencies": {},
  19. "devDependencies": {},
  20. "repository": {
  21. "type": "git",
  22. "url": "https://github.com/pieroxy/lz-string.git"
  23. },
  24. "bugs": {
  25. "url": "https://github.com/pieroxy/lz-string/issues"
  26. },
  27. "directories": {
  28. "test": "tests"
  29. },
  30. "author": "pieroxy <pieroxy@pieroxy.net>",
  31. "autoupdate": {
  32. "source": "git",
  33. "target": "git://github.com/pieroxy/lz-string.git",
  34. "basePath": "libs/",
  35. "files": [
  36. "lz-string.js",
  37. "lz-string.min.js",
  38. "base64-string.js"
  39. ]
  40. }
  41. }