about summary refs log blame commit diff stats
path: root/js/blotbotboot/package.json
blob: be8d38bf6b895a0af6889e437c09be4a5a536fcd (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                         
{
  "name": "blotbotboot",
  "version": "1.0.0",
  "description": "small and mostly silent irc bot",
  "main": "bot.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "irc": "^0.5.2"
  }
}