项目原始demo,不改动
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 

19 line
254 B

  1. {
  2. "name": "js-base64",
  3. "version": "2.4.9",
  4. "license": "BSD-3-Clause",
  5. "main": [
  6. "./base64.js"
  7. ],
  8. "ignore": [
  9. "old",
  10. "test",
  11. ".gitignore",
  12. ".travis.yml",
  13. "base64.html",
  14. "package.json"
  15. ],
  16. "dependencies": {
  17. }
  18. }