lexmihaylov/AsyncUtils

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "async-utils",
  "version": "0.0.8",
  "description": "Helper utilities for async operations in javascript",
  "main": "AsyncUtils.js",
  "directories": {
    "example": "examples"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lexmihaylov/AsyncUtils.git"
  },
  "keywords": [
    "Async",
    "Utils",
    "Concurrency"
  ],
  "author": "Alexander Mihaylov",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lexmihaylov/AsyncLoop/issues"
  },
  "homepage": "https://github.com/lexmihaylov/AsyncLoop#readme",
  "dependencies": {
    "jake": "^8.0.12",
    "jsdoc-to-markdown": "^1.3.7",
    "jshint": "^2.9.3",
    "node-qunit-phantomjs": "^1.4.0",
    "promise-polyfill": "^6.0.2",
    "uglify-js": "^2.7.3"
  }
}