package.json 519 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "string_decoder",
  3. "version": "0.10.31",
  4. "description": "The string_decoder module from Node core",
  5. "main": "index.js",
  6. "dependencies": {},
  7. "devDependencies": {
  8. "tap": "~0.4.8"
  9. },
  10. "scripts": {
  11. "test": "tap test/simple/*.js"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git://github.com/rvagg/string_decoder.git"
  16. },
  17. "homepage": "https://github.com/rvagg/string_decoder",
  18. "keywords": [
  19. "string",
  20. "decoder",
  21. "browser",
  22. "browserify"
  23. ],
  24. "license": "MIT"
  25. }