30 lines
770 B
JSON
30 lines
770 B
JSON
{
|
|
"name": "slack-roll-command",
|
|
"version": "0.0.0",
|
|
"description": "A slack command to roll dice",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"pegjs": "^0.8.0"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/terribly-lazy/slack-roll-command.git"
|
|
},
|
|
"keywords": [
|
|
"slack",
|
|
"command",
|
|
"roll",
|
|
"dice"
|
|
],
|
|
"author": "Kegan Myers <kegan@keganmyers.com>",
|
|
"license": "BSD 2-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/terribly-lazy/slack-roll-command/issues"
|
|
},
|
|
"homepage": "https://github.com/terribly-lazy/slack-roll-command"
|
|
}
|