{
  "name": "promises-notify",
  "version": "0.0.2",
  "description": "Notify listener after each promise resolve/reject",
  "main": "lib/index.js",
  "scripts": {
    "test": "mocha",
    "build": "babel src -d lib"
  },
  "keywords": [
    "promise",
    "notify",
    "es6",
    "multiple",
    "promises"
  ],
  "author": "ksankaran",
  "license": "ISC",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "chai": "^4.1.2",
    "mocha": "^5.0.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ksankaran/promises-notify.git"
  }
}
