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": {
2018-02-07 15:45:28 +00:00
"dotenv": "^5.0.0",
2017-03-17 15:55:31 +00:00
"google": "^2.1.0",
"irc": "^0.5.2",
"mysql": "^2.13.0",
2018-02-07 15:45:28 +00:00
"raven": "^2.4.0",
2016-11-18 10:58:50 +00:00
"sandbox": "^0.8.6"
}
}