{
  "name": "pimatic-slack",
  "version": "1.0.1",
  "description": "Slack integration into Pimatic.",
  "main": "slack",
  "configSchema": "slack-config-schema.coffee",
  "files": [
    "README.md",
    "LICENSE",
    "slack.coffee",
    "slack-config-schema.coffee"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hongkongkiwi/pimatic-slack.git"
  },
  "keywords": [
    "slack",
    "pimatic",
    "home automation"
  ],
  "author": "Andy Savage <andy@savage.hk>",
  "license": "MIT",
  "dependencies": {
    "slack": "^7.5.6"
  }
}
