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.

34 lines
712 B

2 years ago
  1. {
  2. "name": "read-cache",
  3. "version": "1.0.0",
  4. "description": "Reads and caches the entire contents of a file until it is modified",
  5. "files": [
  6. "index.js"
  7. ],
  8. "main": "index.js",
  9. "scripts": {
  10. "test": "ava"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git+https://github.com/TrySound/read-cache.git"
  15. },
  16. "keywords": [
  17. "fs",
  18. "read",
  19. "cache"
  20. ],
  21. "author": "Bogdan Chadkin <trysound@yandex.ru>",
  22. "license": "MIT",
  23. "bugs": {
  24. "url": "https://github.com/TrySound/read-cache/issues"
  25. },
  26. "homepage": "https://github.com/TrySound/read-cache#readme",
  27. "devDependencies": {
  28. "ava": "^0.9.1",
  29. "del": "^2.2.0"
  30. },
  31. "dependencies": {
  32. "pify": "^2.3.0"
  33. }
  34. }