package.json 482 B

123456789101112131415161718192021222324
  1. {
  2. "author": "Paul Vorbach <paul@vorb.de> (http://vorb.de)",
  3. "name": "charenc",
  4. "description": "character encoding utilities",
  5. "tags": [
  6. "utf8",
  7. "binary",
  8. "byte",
  9. "string"
  10. ],
  11. "version": "0.0.2",
  12. "license": "BSD-3-Clause",
  13. "repository": {
  14. "type": "git",
  15. "url": "git://github.com/pvorb/node-charenc.git"
  16. },
  17. "bugs": {
  18. "url": "https://github.com/pvorb/node-charenc/issues"
  19. },
  20. "main": "charenc.js",
  21. "engines": {
  22. "node": "*"
  23. }
  24. }