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.

package.json 432B

123456789101112131415161718
  1. {
  2. "name": "encoding",
  3. "version": "0.1.13",
  4. "description": "Convert encodings, uses iconv-lite",
  5. "main": "lib/encoding.js",
  6. "scripts": {
  7. "test": "nodeunit test"
  8. },
  9. "repository": "https://github.com/andris9/encoding.git",
  10. "author": "Andris Reinman",
  11. "license": "MIT",
  12. "dependencies": {
  13. "iconv-lite": "^0.6.2"
  14. },
  15. "devDependencies": {
  16. "nodeunit": "0.11.3"
  17. }
  18. }