slack-phrase-command/package.json

20 lines
574 B
JSON

{
"name": "slack-phrase-command",
"version": "0.0.2",
"description": "A slack command to serve a random phrase",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/terribly-lazy/slack-phrase-command.git"
},
"author": "Kegan Myers <kegan@keganmyers.com>",
"license": "BSD 2-Clause",
"bugs": {
"url": "https://github.com/terribly-lazy/slack-phrase-command/issues"
},
"homepage": "https://github.com/terribly-lazy/slack-phrase-command"
}