package.json 696 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "bare-os",
  3. "version": "2.2.0",
  4. "description": "Operating system utilities for Javascript",
  5. "main": "index.js",
  6. "files": [
  7. "index.js",
  8. "binding.c",
  9. "binding.js",
  10. "CMakeLists.txt",
  11. "lib",
  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-os.git"
  21. },
  22. "author": "Holepunch",
  23. "license": "Apache-2.0",
  24. "bugs": {
  25. "url": "https://github.com/holepunchto/bare-os/issues"
  26. },
  27. "homepage": "https://github.com/holepunchto/bare-os#readme",
  28. "devDependencies": {
  29. "brittle": "^3.1.1",
  30. "standard": "^17.0.0"
  31. }
  32. }