package.json 1.2 KB

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