package.json 579 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "absolute-path",
  3. "version": "0.0.0",
  4. "description": "Node.js 0.11.x path.isAbsolute as a separate module",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "node test/index.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/filearts/node-absolute-path"
  12. },
  13. "keywords": [
  14. "path",
  15. "absolute",
  16. "isabsolute",
  17. "windows"
  18. ],
  19. "author": "Geoff Goodman",
  20. "license": "MIT",
  21. "bugs": {
  22. "url": "https://github.com/filearts/node-absolute-path/issues"
  23. },
  24. "homepage": "https://github.com/filearts/node-absolute-path"
  25. }