{
  "name": "slack-notifier",
  "main": "dist/slack-notifier.browser.js",
  "version": "2.0.0",
  "homepage": "https://github.com/cithukyaw/slack-notifier",
  "authors": [
    "Sithu K <cithukyaw@gmail.com>"
  ],
  "description": "Simple module to send notifications and messages to Slack service using web hooks",
  "moduleType": [
    "globals",
    "node"
  ],
  "keywords": [
    "slack"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components"
  ],
  "dependencies": {
    "jquery": "latest"
  }
}
