kulmapaikka-ircbot/package.json

42 lines
986 B
JSON

{
"name": "kulmapaikka-ircbot",
"version": "0.0.1",
"description": "Kulmapaikka",
"main": "index.js",
"scripts": {
"start": "./node_modules/.bin/nodemon app.js",
"test": "./node_modules/.bin/nodemon appTest.js"
},
"author": "Jukka Lankinen <jukka.lankinen@gmail.com>",
"license": "ISC",
"repository": {
"type": "hg",
"url": "https://lanxu@bitbucket.org/lanxu/kulmapaikka-ircbot"
},
"dependencies": {
"chance": "=1.0.18",
"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",
"irc": "=0.5.2",
"lokijs": "=1.5.7",
"mkdirp": "=0.5.5",
"morgan": "=1.9.1",
"node-cron": "^2.0.3",
"node-dev": "^7.1.0",
"node-uuid": "=1.4.8",
"promise": "=8.0.3",
"request": "=2.88.0",
"request-promise": "=4.2.4",
"twitter": "=1.7.1",
"winston": "=3.2.1",
"winston-daily-rotate-file": "^3.10.0"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}