kulmapaikka-ircbot/package.json

42 lines
986 B
JSON
Raw Normal View History

2015-06-20 03:04:20 +03:00
{
"name": "kulmapaikka-ircbot",
"version": "0.0.1",
"description": "Kulmapaikka",
"main": "index.js",
"scripts": {
2017-10-18 23:17:20 +03:00
"start": "./node_modules/.bin/nodemon app.js",
"test": "./node_modules/.bin/nodemon appTest.js"
2015-06-20 03:04:20 +03:00
},
"author": "Jukka Lankinen <jukka.lankinen@gmail.com>",
"license": "ISC",
2017-10-18 23:17:20 +03:00
"repository": {
"type": "hg",
"url": "https://lanxu@bitbucket.org/lanxu/kulmapaikka-ircbot"
2015-06-20 03:04:20 +03:00
},
"dependencies": {
"chance": "=1.0.18",
2018-10-27 14:50:31 +03:00
"cheerio": "^1.0.0-rc.2",
"cron": "=1.7.1",
"file-stream-rotator": "=0.4.1",
"finalhandler": "=1.1.2",
"googleapis": "^91.0.0",
"html-to-text": "=5.1.1",
2018-04-29 17:37:07 +03:00
"irc": "=0.5.2",
"lokijs": "=1.5.7",
"mkdirp": "=0.5.5",
"morgan": "=1.9.1",
2018-10-27 14:50:31 +03:00
"node-cron": "^2.0.3",
"node-dev": "^7.1.0",
2018-04-29 17:37:07 +03:00
"node-uuid": "=1.4.8",
"promise": "=8.0.3",
"request": "=2.88.0",
"request-promise": "=4.2.4",
2018-04-29 17:37:07 +03:00
"twitter": "=1.7.1",
"winston": "=3.2.1",
"winston-daily-rotate-file": "^3.10.0"
2015-06-20 03:04:20 +03:00
},
"devDependencies": {
"nodemon": "^2.0.15"
2015-06-20 03:04:20 +03:00
}
}