{
  "name": "omnichannel_api",
  "version": "0.0.2",
  "description": "Messentes API which allows sending messages via various channels with fallback options",
  "license": "Apache 2.0",
  "main": "src/index.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha --recursive"
  },
  "browser": {
    "fs": false
  },
  "dependencies": {
    "superagent": "3.8.3"
  },
  "devDependencies": {
    "mocha": "~4.1.0",
    "sinon": "1.17.3",
    "expect.js": "~0.3.1"
  }
}
