package.json 660 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "file",
  3. "description": "Higher level path and file manipulation functions.",
  4. "tags": [
  5. "file",
  6. "path",
  7. "fs",
  8. "walk"
  9. ],
  10. "version": "0.2.2",
  11. "author": "Anders Conbere <aconbere@gmail.com>",
  12. "directories": {
  13. "lib": "lib"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "http://github.com/aconbere/node-file-utils.git"
  18. },
  19. "bugs": {
  20. "url": "http://github.com/aconbere/node-file-utils"
  21. },
  22. "main": "./lib/file",
  23. "license": "MIT",
  24. "devDependencies": {
  25. "mocha": "1.9.x"
  26. },
  27. "__npminstall_done": true,
  28. "_from": "file@0.2.2",
  29. "_resolved": "https://registry.npmmirror.com/file/-/file-0.2.2.tgz"
  30. }