bots-of-thrones
Version:
Winter is coming...
33 lines (32 loc) • 679 B
JSON
{
"name": "bots-of-thrones",
"version": "0.0.2",
"description": "Winter is coming...",
"main": "index.js",
"scripts": {
"test": "tap"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/davekinkead/bots-of-thrones.git"
},
"keywords": [
"Game of Thrones",
"GoT",
"Ygritte",
"Slackbot"
],
"author": "Dave Kinkead",
"license": "MIT",
"bugs": {
"url": "https://github.com/davekinkead/bots-of-thrones/issues"
},
"homepage": "https://github.com/davekinkead/bots-of-thrones#readme",
"dependencies": {
"express": "^4.13.4",
"slackbots": "^0.5.1"
},
"devDependencies": {
"tap": "^5.7.1"
}
}