Keine Beschreibung

package.json 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "iconv-lite",
  3. "description": "Convert character encodings in pure javascript.",
  4. "version": "0.2.11",
  5. "license": "MIT",
  6. "keywords": ["iconv", "convert", "charset"],
  7. "author": "Alexander Shtuchkin <ashtuchkin@gmail.com>",
  8. "contributors": [
  9. "Jinwu Zhan (https://github.com/jenkinv)",
  10. "Adamansky Anton (https://github.com/adamansky)",
  11. "George Stagas (https://github.com/stagas)",
  12. "Mike D Pilsbury (https://github.com/pekim)",
  13. "Niggler (https://github.com/Niggler)",
  14. "wychi (https://github.com/wychi)",
  15. "David Kuo (https://github.com/david50407)",
  16. "ChangZhuo Chen (https://github.com/czchen)",
  17. "Lee Treveil (https://github.com/leetreveil)",
  18. "Brian White (https://github.com/mscdex)"
  19. ],
  20. "main": "index.js",
  21. "homepage": "https://github.com/ashtuchkin/iconv-lite",
  22. "repository": {
  23. "type": "git",
  24. "url": "git://github.com/ashtuchkin/iconv-lite.git"
  25. },
  26. "engines": {
  27. "node": ">=0.4.0"
  28. },
  29. "scripts": {
  30. "test": "vows --spec"
  31. },
  32. "devDependencies": {
  33. "vows": "",
  34. "iconv": ">=1.1"
  35. }
  36. }