package.json 999 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "promise-limit",
  3. "version": "2.7.0",
  4. "description": "limits calls to functions that return promises",
  5. "main": "index.js",
  6. "dependencies": {},
  7. "devDependencies": {
  8. "chai": "4.1.2",
  9. "chai-as-promised": "7.1.1",
  10. "eslint": "*",
  11. "eslint-config-standard": "11.0.0",
  12. "eslint-plugin-es5": "1.3.1",
  13. "eslint-plugin-import": "*",
  14. "eslint-plugin-node": "7.0.1",
  15. "eslint-plugin-promise": "3.8.0",
  16. "eslint-plugin-standard": "3.1.0",
  17. "fs-promise": "2.0.3",
  18. "lowscore": "1.17.0",
  19. "mocha": "*"
  20. },
  21. "scripts": {
  22. "test": "mocha && eslint ."
  23. },
  24. "repository": {
  25. "type": "git",
  26. "url": "git+https://github.com/featurist/promise-limit.git"
  27. },
  28. "keywords": [
  29. "limit",
  30. "promise",
  31. "semaphore"
  32. ],
  33. "author": "Tim Macfarlane <timmacfarlane@gmail.com>",
  34. "license": "ISC",
  35. "bugs": {
  36. "url": "https://github.com/featurist/promise-limit/issues"
  37. },
  38. "homepage": "https://github.com/featurist/promise-limit#readme"
  39. }