package.json 1019 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "async-each-series",
  3. "version": "0.1.1",
  4. "description": "Apply an async function to each Array element in series.",
  5. "main": "index.js",
  6. "files": [
  7. "index.js"
  8. ],
  9. "repository": {
  10. "url": "git@github.com:jb55/async-each-series.git"
  11. },
  12. "scripts": {
  13. "test": "mocha -R spec"
  14. },
  15. "keywords": [
  16. "async",
  17. "asyncEachSeries",
  18. "eachSeries",
  19. "each",
  20. "asyncEach"
  21. ],
  22. "testling": {
  23. "harness": "mocha-bdd",
  24. "files": "test.js",
  25. "browsers": [
  26. "ie/8..latest",
  27. "chrome/28..latest",
  28. "firefox/latest",
  29. "safari/latest",
  30. "opera/latest",
  31. "iphone/6",
  32. "ipad/6",
  33. "android-browser/latest"
  34. ]
  35. },
  36. "engines": {
  37. "node": ">=0.8.0"
  38. },
  39. "author": "jb55",
  40. "license": "MIT",
  41. "devDependencies": {
  42. "expect.js": "^0.3.1",
  43. "mocha": "^2.0.1"
  44. },
  45. "__npminstall_done": true,
  46. "_from": "async-each-series@0.1.1",
  47. "_resolved": "https://registry.npmmirror.com/async-each-series/-/async-each-series-0.1.1.tgz"
  48. }