package.json 659 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "bare-path",
  3. "version": "2.1.0",
  4. "description": "Path manipulation library for JavaScript",
  5. "main": "index.js",
  6. "files": [
  7. "index.js",
  8. "lib",
  9. "NOTICE"
  10. ],
  11. "scripts": {
  12. "test": "standard"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "git+https://github.com/holepunchto/bare-path.git"
  17. },
  18. "author": "Holepunch",
  19. "license": "Apache-2.0",
  20. "bugs": {
  21. "url": "https://github.com/holepunchto/bare-path/issues"
  22. },
  23. "homepage": "https://github.com/holepunchto/bare-path#readme",
  24. "dependencies": {
  25. "bare-os": "^2.1.0"
  26. },
  27. "devDependencies": {
  28. "brittle": "^3.3.2",
  29. "standard": "^17.0.0"
  30. }
  31. }