package.json 749 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "fsevents",
  3. "version": "1.2.13",
  4. "description": "Native Access to Mac OS-X FSEvents",
  5. "main": "fsevents.js",
  6. "dependencies": {
  7. "bindings": "^1.5.0",
  8. "nan": "^2.12.1"
  9. },
  10. "os": [
  11. "darwin"
  12. ],
  13. "engines": {
  14. "node": ">= 4.0"
  15. },
  16. "scripts": {
  17. "test": "node ./test/fsevents.js && node ./test/function.js 2> /dev/null",
  18. "install": "node install.js"
  19. },
  20. "repository": {
  21. "type": "git",
  22. "url": "https://github.com/strongloop/fsevents.git"
  23. },
  24. "keywords": [
  25. "fsevents",
  26. "mac"
  27. ],
  28. "author": "Philipp Dunkel <pip@pipobscure.com>",
  29. "license": "MIT",
  30. "bugs": {
  31. "url": "https://github.com/strongloop/fsevents/issues"
  32. },
  33. "homepage": "https://github.com/strongloop/fsevents"
  34. }