{
  "name": "@siweb/promises-chain",
  "version": "2.0.0",
  "description": "chaining promises",
  "main": "promises.chain.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.bh-technologies.com:bht-si-nodejs-modules/promises_chain.git"
  },
  "keywords": [
    "promise",
    "chaining",
    "async"
  ],
  "author": "pc.pallin",
  "license": "ISC",
  "dependencies": {
    "async": "^2.0.0-rc.6",
    "chai": "^3.5.0",
    "q": "^1.4.1"
  }
}
