package.json 827 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "bare-fs",
  3. "version": "2.1.5",
  4. "description": "Native file system for Javascript",
  5. "main": "index.js",
  6. "files": [
  7. "index.js",
  8. "promises.js",
  9. "binding.c",
  10. "binding.js",
  11. "CMakeLists.txt",
  12. "prebuilds"
  13. ],
  14. "addon": true,
  15. "scripts": {
  16. "test": "standard && bare test.js"
  17. },
  18. "repository": {
  19. "type": "git",
  20. "url": "git+https://github.com/holepunchto/bare-fs.git"
  21. },
  22. "author": "Holepunch",
  23. "license": "Apache-2.0",
  24. "bugs": {
  25. "url": "https://github.com/holepunchto/bare-fs/issues"
  26. },
  27. "homepage": "https://github.com/holepunchto/bare-fs#readme",
  28. "dependencies": {
  29. "bare-events": "^2.0.0",
  30. "bare-os": "^2.0.0",
  31. "bare-path": "^2.0.0",
  32. "streamx": "^2.13.0"
  33. },
  34. "devDependencies": {
  35. "brittle": "^3.1.1",
  36. "standard": "^17.0.0"
  37. }
  38. }