kulmapaikka-ircbot/package.json

40 lines
932 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": {
2018-04-29 17:37:07 +03:00
"chance": "=1.0.13",
"cron": "=1.3.0",
"file-stream-rotator": "=0.2.1",
"finalhandler": "=1.1.1",
2018-10-27 13:18:12 +03:00
"googleapis": "=34.0.0",
2018-04-29 17:37:07 +03:00
"html-to-text": "=4.0.0",
"irc": "=0.5.2",
"lokijs": "=1.5.3",
"mkdirp": "=0.5.1",
"morgan": "=1.9.0",
"node-dev": "=3.1.3",
"node-uuid": "=1.4.8",
"promise": "=8.0.1",
"request": "=2.85.0",
"request-promise": "=4.2.2",
"twitter": "=1.7.1",
"winston": "=2.4.2",
"winston-daily-rotate-file": "=3.1.2"
2015-06-20 03:04:20 +03:00
},
"devDependencies": {
2018-10-27 13:18:12 +03:00
"nodemon": "^1.18.5"
2015-06-20 03:04:20 +03:00
}
}