package.json 544 B

1234567891011121314151617181920212223
  1. {
  2. "name": "repre",
  3. "version": "0.1.0",
  4. "description": "Recurring (looping until succeeded) promise.",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/herby/repre.git"
  12. },
  13. "keywords": [
  14. "promise",
  15. "loop"
  16. ],
  17. "author": "Herbert Vojčík <herby@mailbox.sk>",
  18. "license": "MIT",
  19. "bugs": {
  20. "url": "https://github.com/herby/repre/issues"
  21. },
  22. "homepage": "https://github.com/herby/repre#readme"
  23. }