{
  "name": "open311-infobip",
  "version": "0.3.1",
  "description": "sms transport for open311 messages using infobip",
  "main": "index.js",
  "scripts": {
    "test": "grunt test",
    "integration": "npm link . && npm link open311-infobip && grunt integration"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/CodeTanzania/open311-infobip.git"
  },
  "keywords": [
    "open311",
    "311",
    "tanzania",
    "sms",
    "message",
    "infobip",
    "bipsms",
    "notification"
  ],
  "author": {
    "name": "lykmapipo",
    "email": "lallyelias87@gmail.com",
    "url": "https://github.com/lykmapipo"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/CodeTanzania/open311-infobip/issues"
  },
  "homepage": "https://github.com/CodeTanzania/open311-infobip",
  "devDependencies": {
    "chai": "^4.1.2",
    "faker": "^4.1.0",
    "grunt": "^1.0.3",
    "grunt-contrib-jshint": "^1.1.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-mocha-test": "^0.13.3",
    "jshint-stylish": "^2.2.1",
    "mocha": "^5.2.0",
    "mongoose": "^5.1.6"
  },
  "dependencies": {
    "async": "^2.6.1",
    "bipsms": "^0.2.0",
    "kue": "^0.11.6",
    "lodash": "^4.17.10",
    "open311-messages": "^0.6.3"
  }
}
