Няма описание

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "orchestrator",
  3. "description": "A module for sequencing and executing tasks and dependencies in maximum concurrency",
  4. "version": "0.3.8",
  5. "homepage": "https://github.com/robrich/orchestrator",
  6. "repository": "git://github.com/robrich/orchestrator.git",
  7. "author": "Rob Richardson (http://robrich.org/)",
  8. "main": "./index.js",
  9. "keywords": [
  10. "async",
  11. "task",
  12. "parallel",
  13. "compose"
  14. ],
  15. "dependencies": {
  16. "end-of-stream": "~0.1.5",
  17. "sequencify": "~0.0.7",
  18. "stream-consume": "~0.1.0"
  19. },
  20. "devDependencies": {
  21. "event-stream": "~3.3.4",
  22. "gulp-uglify": "^2.0.0",
  23. "jshint": "^2.9.4",
  24. "map-stream": "~0.0.6",
  25. "merge-stream": "~1.0.0",
  26. "mocha": "~3.1.2",
  27. "q": "~1.4.1",
  28. "should": "~11.1.1",
  29. "vinyl-fs": "~2.4.4"
  30. },
  31. "scripts": {
  32. "test": "mocha"
  33. },
  34. "license": "MIT"
  35. }