package.json 406 B

12345678910111213141516171819
  1. {
  2. "name": "buffer-indexof",
  3. "description": "find the index of a buffer in a buffer",
  4. "version": "1.1.1",
  5. "repository": {
  6. "url": "git://github.com/soldair/node-buffer-indexof.git"
  7. },
  8. "main": "index.js",
  9. "scripts": {
  10. "test": "tape test/*.js"
  11. },
  12. "author": "Ryan Day",
  13. "license": "MIT",
  14. "dependencies": {},
  15. "devDependencies": {
  16. "chalk": "^1.1.3",
  17. "tape": "~1.1.0"
  18. }
  19. }