package.json 533 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "if-async",
  3. "description": "",
  4. "version": "3.7.4",
  5. "keywords": [
  6. "async"
  7. ],
  8. "main": "index.js",
  9. "scripts": {
  10. "test": "mocha -R spec"
  11. },
  12. "dependencies": {},
  13. "author": "Yaniv Kessler",
  14. "bugs": {
  15. "url": "https://github.com/kessler/if-async/issues"
  16. },
  17. "repository": {
  18. "type": "git",
  19. "url": "https://github.com/kessler/if-async"
  20. },
  21. "homepage": "https://github.com/kessler/if-async",
  22. "license": "MIT",
  23. "devDependencies": {
  24. "mocha": "^2.1.0",
  25. "should": "^4.6.1"
  26. }
  27. }