lexmihaylov/AsyncUtils

View on GitHub
bower.json

Summary

Maintainability
Test Coverage
{
  "name": "lexm-async-utils",
  "description": "Helper utilities for async operations in javascript",
  "main": "AsyncUtils.js",
  "authors": [
    "Alexander Mihaylov"
  ],
  "license": "MIT",
  "keywords": [
    "Async",
    "Utils",
    "Concurrency"
  ],
  "homepage": "https://github.com/lexmihaylov/AsyncUtils",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}