package.json 470 B

123456789101112131415161718192021222324
  1. {
  2. "author": {
  3. "name": "Joyent",
  4. "url": "http://www.joyent.com"
  5. },
  6. "name": "path",
  7. "description": "Node.JS path module",
  8. "keywords": [
  9. "ender",
  10. "path"
  11. ],
  12. "license": "MIT",
  13. "version": "0.12.7",
  14. "homepage": "http://nodejs.org/docs/latest/api/path.html",
  15. "repository": {
  16. "type": "git",
  17. "url": "git://github.com/jinder/path.git"
  18. },
  19. "main": "./path.js",
  20. "dependencies": {
  21. "process": "^0.11.1",
  22. "util": "^0.10.3"
  23. }
  24. }