package.json 554 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "obuf",
  3. "version": "1.1.2",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "mocha test/**/*-test.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git@github.com:indutny/offset-buffer"
  12. },
  13. "keywords": [
  14. "Offset",
  15. "Buffer",
  16. "reader"
  17. ],
  18. "author": "Fedor Indutny <fedor@indutny.com>",
  19. "license": "MIT",
  20. "bugs": {
  21. "url": "https://github.com/indutny/offset-buffer/issues"
  22. },
  23. "homepage": "https://github.com/indutny/offset-buffer",
  24. "devDependencies": {
  25. "mocha": "^1.21.4"
  26. }
  27. }