package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "neo-async",
  3. "version": "2.6.0",
  4. "description": "Neo-Async is thought to be used as a drop-in replacement for Async, it almost fully covers its functionality and runs faster ",
  5. "main": "async.js",
  6. "license": "MIT",
  7. "keywords": "async, util",
  8. "repository": {
  9. "type": "git",
  10. "url": "git@github.com:suguru03/neo-async.git"
  11. },
  12. "homepage": "https://github.com/suguru03/neo-async",
  13. "dependencies": {},
  14. "devDependencies": {
  15. "aigle": "^1.8.1",
  16. "async": "^2.6.0",
  17. "benchmark": "^2.1.1",
  18. "bluebird": "^3.5.1",
  19. "changelog-generator": "0.0.4",
  20. "codecov.io": "^0.1.6",
  21. "event-stream": "^3.3.3",
  22. "fs-extra": "^4.0.2",
  23. "func-comparator": "^0.7.2",
  24. "gulp": "^3.9.1",
  25. "gulp-bump": "^2.8.0",
  26. "gulp-exit": "0.0.2",
  27. "gulp-git": "^2.4.2",
  28. "gulp-jsbeautifier": "^2.1.1",
  29. "gulp-jscs": "^4.0.0",
  30. "gulp-mocha": "^4.2.0",
  31. "gulp-tag-version": "^1.3.0",
  32. "gulp-util": "^3.0.7",
  33. "istanbul": "^0.4.3",
  34. "jsdoc": "^3.5.5",
  35. "jshint": "^2.9.5",
  36. "lodash": "^4.16.6",
  37. "minimist": "^1.2.0",
  38. "mocha": "^3.5.3",
  39. "mocha-parallel-executor": "^0.3.0",
  40. "mocha.parallel": "^0.15.3",
  41. "require-dir": "^0.3.0",
  42. "run-sequence": "^1.2.2"
  43. },
  44. "browser": "async.min.js"
  45. }