about summary refs log tree commit diff stats
path: root/js/irc/package.json
blob: 51a87ead16e2dc6c0ec7ce164748f30f658f6a72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "huizinga",
  "version": "1.0.0",
  "description": "an irc bot, maybe for a game",
  "main": "bot.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "irc": "^0.5.2"
  }
}