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.

16 lines
274 B

  1. {
  2. "name": "utf8",
  3. "version": "2.0.0",
  4. "description": "A well-tested UTF-8 encoder/decoder written in JavaScript.",
  5. "repo": "mathiasbynens/utf8.js",
  6. "license": "MIT/GPL",
  7. "scripts": [
  8. "utf8.js"
  9. ],
  10. "keywords": [
  11. "charset",
  12. "encoding",
  13. "unicode",
  14. "utf8"
  15. ]
  16. }