{
  "name": "hall-integrations",
  "version": "0.0.1",
  "description": "Node.js wrapper for Hall Custom Integration API. Send custom messages to your rooms on Hall.",
  "main": "index.js",
  "homepage": "https://github.com/Hall/hall-integrations-node",
  "repository": {
    "type": "git",
    "url": "https://github.com/Hall/hall-integrations-node"
  },
  "scripts": {
    "test": "node node_modules/mocha/bin/mocha tests/index.spec.js"
  },
  "keywords": [
    "hall",
    "chat",
    "integrations",
    "group",
    "messaging"
  ],
  "author": "Seth McLaughlin",
  "license": "BSD-2-Clause",
  "dependencies": {
    "when": "2.7.0"
  },
  "devDependencies": {
    "mocha": "1.15.1",
    "expect.js": "0.2.0",
    "horaa": "0.1.2-alpha"
  }
}
