{
  "name": "q-promise-utils",
  "version": "1.1.0",
  "description": "Several promise helpers simplifying interaction with multiple async operations",
  "main": "lib/utils.js",
  "dependencies": {
    "lodash": "^3.10.1",
    "q": "^1.4.1"
  },
  "devDependencies": {
    "chai": "^3.4.1",
    "chai-as-promised": "^5.1.0",
    "istanbul": "^0.4.1",
    "jscs": "^2.6.0",
    "jshint": "^2.9.1-rc1",
    "mocha": "^2.3.4",
    "sinon": "^1.17.2",
    "sinon-chai": "^2.8.0"
  },
  "scripts": {
    "lint": "jshint . && jscs .",
    "test": "istanbul test _mocha -- --recursive test/"
  },
  "author": "Ilia Isupov <ilia.isupov@gmail.com> (https://github.com/SwinX)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/SwinX/q-promise-utils"
  },
  "keywords": [
    "q",
    "promise",
    "utils",
    "async",
    "sequence",
    "seqMap",
    "waitForResults"
  ],
  "bugs": {
    "url": "https://github.com/SwinX/q-promise-utils/issues"
  },
  "homepage": "https://github.com/SwinX/q-promise-utils"
}
