package.json 696 B

12345678910111213141516171819202122
  1. {
  2. "name": "long-timeout",
  3. "version": "0.1.1",
  4. "description": "Long timeout makes it possible to have a timeout or interval that is longer than 24.8 days (2^31-1 milliseconds).",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git://github.com/tellnes/long-timeout.git"
  12. },
  13. "author": "Christian Tellnes <christian@tellnes.no> (http://christian.tellnes.com/)",
  14. "license": "MIT",
  15. "bugs": {
  16. "url": "https://github.com/tellnes/long-timeout/issues"
  17. },
  18. "homepage": "https://github.com/tellnes/long-timeout",
  19. "publishConfig": {
  20. "registry": "https://registry.npmjs.org/"
  21. }
  22. }