discord-bot-rss-feed/wrapper/package.json
benji7425 9430f4f0db git subrepo pull wrapper
subrepo:
  subdir:   "wrapper"
  merged:   "0cf920f"
upstream:
  origin:   "git@github.com:benji7425/shell-discord-bot.git"
  branch:   "master"
  commit:   "0cf920f"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
2017-05-21 02:41:53 +01:00

24 lines
689 B
JSON

{
"name": "discord-bot",
"version": "1.0.0",
"description": "The purpose of this is to act as a shell for other bot modules, so that a single bot user account can be used for a multi-function bot.",
"main": "index.js",
"dependencies": {
"discord.io": "2.5.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/benji7425/discord-bot-wrapper.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/benji7425/discord-bot-wrapper/issues"
},
"homepage": "https://github.com/benji7425/discord-bot-wrapper#readme"
}