w0bmircbot/package.json

20 lines
369 B
JSON
Raw Normal View History

2016-11-18 10:58:50 +00:00
{
"name": "ircbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "gz",
"license": "ISC",
"dependencies": {
2017-07-31 11:49:52 +00:00
"dotenv": "^4.0.0",
2017-03-17 15:55:31 +00:00
"google": "^2.1.0",
"irc": "^0.5.2",
"mysql": "^2.13.0",
"raven": "^1.2.0",
2016-11-18 10:58:50 +00:00
"sandbox": "^0.8.6"
}
}