package.json 595 B

123456789101112131415161718192021222324
  1. {
  2. "name": "memory-pager",
  3. "version": "1.5.0",
  4. "description": "Access memory using small fixed sized buffers",
  5. "main": "index.js",
  6. "dependencies": {},
  7. "devDependencies": {
  8. "standard": "^9.0.0",
  9. "tape": "^4.6.3"
  10. },
  11. "scripts": {
  12. "test": "standard && tape test.js"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "https://github.com/mafintosh/memory-pager.git"
  17. },
  18. "author": "Mathias Buus (@mafintosh)",
  19. "license": "MIT",
  20. "bugs": {
  21. "url": "https://github.com/mafintosh/memory-pager/issues"
  22. },
  23. "homepage": "https://github.com/mafintosh/memory-pager"
  24. }