package.json 719 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "sntp",
  3. "description": "SNTP Client",
  4. "version": "1.0.9",
  5. "author": "Eran Hammer <eran@hammer.io> (http://hueniverse.com)",
  6. "contributors": [],
  7. "repository": "git://github.com/hueniverse/sntp",
  8. "main": "index",
  9. "keywords": [
  10. "sntp",
  11. "ntp",
  12. "time"
  13. ],
  14. "engines": {
  15. "node": ">=0.8.0"
  16. },
  17. "dependencies": {
  18. "hoek": "2.x.x"
  19. },
  20. "devDependencies": {
  21. "lab": "4.x.x"
  22. },
  23. "scripts": {
  24. "test": "make test-cov"
  25. },
  26. "licenses": [
  27. {
  28. "type": "BSD",
  29. "url": "http://github.com/hueniverse/sntp/raw/master/LICENSE"
  30. }
  31. ],
  32. "__npminstall_done": true,
  33. "_from": "sntp@1.0.9",
  34. "_resolved": "https://registry.npmmirror.com/sntp/-/sntp-1.0.9.tgz"
  35. }