w0bmircbot/package.json

24 lines
517 B
JSON
Raw Normal View History

2016-11-18 10:58:50 +00:00
{
2018-03-15 15:24:59 +00:00
"name": "w0bmircbot",
2016-11-18 10:58:50 +00:00
"version": "1.0.0",
2018-03-15 15:24:59 +00:00
"description": "the IRC Bot you can find in #w0bm on n0xy.net",
2016-11-18 10:58:50 +00:00
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
2018-03-15 15:24:59 +00:00
"author": "GottZ",
2016-11-18 10:58:50 +00:00
"license": "ISC",
2018-03-15 15:24:59 +00:00
"repository": {
"type": "git",
"url": "https://gitfap.de/w0bm/w0bmircbot.git"
},
"devDependencies": {
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.15.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"
}
}