about summary refs log tree commit diff stats
path: root/js/blotbotboot/package.json
blob: 3f0f1d195195b8439806e87d893407c7bb3912bb (plain) (blame)
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": "elioat",
  "license": "UNLICENSE",
  "dependencies": {
    "irc": "^0.5.2"
  }
}