package.json 421 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "fswin",
  3. "version": "2.17.1227",
  4. "description": "nodejs fs extensions for windows",
  5. "main": "index.js",
  6. "engines": {
  7. "node": ">= 0.6"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/xxoo/node-fswin.git"
  12. },
  13. "keywords": [
  14. "native",
  15. "fs",
  16. "filesystem",
  17. "watch",
  18. "windows",
  19. "wildcards",
  20. "ntfs"
  21. ],
  22. "author": "Xiao Shen",
  23. "license": "BSD",
  24. "readmeFilename": "readme.md"
  25. }