{
  "name": "slack-messages",
  "version": "1.0.1",
  "description": "App to send messages to slack",
  "main": "slack-me.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shreyasvimal/slack-messages.git"
  },
  "keywords": [
    "Slack",
    "Message",
    "Send",
    "Message Formatting",
    "Formatting",
    "Rich Text"
  ],
  "author": "Vimal Mohan <shreyas.vimal@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/shreyasvimal/slack-messages/issues"
  },
  "homepage": "https://github.com/shreyasvimal/slack-messages#readme",
  "dependencies": {
    "lodash": "^4.17.11",
    "request": "^2.88.0"
  }
}
