package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "findup-sync",
  3. "description": "Find the first file matching a given pattern in the current directory or the nearest ancestor directory.",
  4. "version": "0.1.3",
  5. "homepage": "https://github.com/cowboy/node-findup-sync",
  6. "author": {
  7. "name": "\"Cowboy\" Ben Alman",
  8. "url": "http://benalman.com/"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/cowboy/node-findup-sync.git"
  13. },
  14. "bugs": {
  15. "url": "https://github.com/cowboy/node-findup-sync/issues"
  16. },
  17. "licenses": [
  18. {
  19. "type": "MIT",
  20. "url": "https://github.com/cowboy/node-findup-sync/blob/master/LICENSE-MIT"
  21. }
  22. ],
  23. "main": "lib/findup-sync",
  24. "engines": {
  25. "node": ">= 0.6.0"
  26. },
  27. "scripts": {
  28. "test": "grunt nodeunit"
  29. },
  30. "dependencies": {
  31. "glob": "~3.2.9",
  32. "lodash": "~2.4.1"
  33. },
  34. "devDependencies": {
  35. "grunt": "~0.4.4",
  36. "grunt-contrib-jshint": "~0.9.2",
  37. "grunt-contrib-nodeunit": "~0.3.3"
  38. },
  39. "keywords": [
  40. "find",
  41. "glob",
  42. "file"
  43. ],
  44. "__npminstall_done": true,
  45. "_from": "findup-sync@0.1.3",
  46. "_resolved": "https://registry.npmmirror.com/findup-sync/-/findup-sync-0.1.3.tgz"
  47. }