package.json 663 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "path-platform",
  3. "version": "0.11.15",
  4. "license": "MIT",
  5. "author": "Timothy J Fontaine <tjfontaine@gmail.com> (http://atxconsulting.com)",
  6. "description": "Provide access to win32 and posix path operations; sourced directly from upstream Node.js",
  7. "keywords": [
  8. "path",
  9. "platform",
  10. "posix",
  11. "win32"
  12. ],
  13. "homepage": "http://github.com/tjfontaine/node-path-platform",
  14. "bugs": {
  15. "url": "http://github.com/tjfontaine/node-path-platform/issues"
  16. },
  17. "repository": {
  18. "type": "git",
  19. "url": "http://github.com/tjfontaine/node-path-platform.git"
  20. },
  21. "main": "path.js",
  22. "engines": {
  23. "node": ">= 0.8.0"
  24. }
  25. }