15 lines
379 B
JSON
15 lines
379 B
JSON
{
|
|
"name": "oblique-strategies-slack",
|
|
"version": "1.0.0",
|
|
"description": "Slack bot who responds to mentions with a random card from Brian Eno's Oblique Strategies deck",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Nicholas Warzin",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.16.4"
|
|
}
|
|
}
|