package.json 650 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "path-browserify",
  3. "description": "the path module from node core for browsers",
  4. "version": "1.0.1",
  5. "author": {
  6. "name": "James Halliday",
  7. "email": "mail@substack.net",
  8. "url": "http://substack.net"
  9. },
  10. "bugs": "https://github.com/browserify/path-browserify/issues",
  11. "dependencies": {},
  12. "devDependencies": {
  13. "tape": "^4.9.0"
  14. },
  15. "homepage": "https://github.com/browserify/path-browserify",
  16. "keywords": [
  17. "browser",
  18. "browserify",
  19. "path"
  20. ],
  21. "license": "MIT",
  22. "main": "index.js",
  23. "repository": {
  24. "type": "git",
  25. "url": "git://github.com/browserify/path-browserify.git"
  26. },
  27. "scripts": {
  28. "test": "node test"
  29. }
  30. }