package.json 751 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "app-root-dir",
  3. "description": "Simple module to infer the root directory of the currently running node application",
  4. "main": "lib/index.js",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/philidem/node-app-root-dir.git"
  8. },
  9. "keywords": [
  10. "modules",
  11. "path",
  12. "node",
  13. "app",
  14. "root",
  15. "directory"
  16. ],
  17. "author": "Phillip Gates-Idem <phillip.idem@gmail.com>",
  18. "license": "MIT",
  19. "bugs": {
  20. "url": "https://github.com/philidem/node-app-root-dir/issues"
  21. },
  22. "homepage": "https://github.com/philidem/node-app-root-dir",
  23. "publishConfig": {
  24. "registry": "https://registry.npmjs.org/"
  25. },
  26. "version": "1.0.2"
  27. }