kulmapaikka-ircbot/package.json

39 lines
907 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": {
2015-10-02 20:14:31 +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",
"repository": {
"type" : "hg",
"url" : "https://lanxu@bitbucket.org/lanxu/kulmapaikka-ircbot"
},
"dependencies": {
2017-03-16 21:05:41 +02:00
"node-dev": "3.1.3",
"cron": "1.2.1",
2015-06-20 03:04:20 +03:00
"mkdirp": "~0.5.1",
2017-03-16 21:05:41 +02:00
"winston": "2.3.1",
"winston-daily-rotate-file": "1.4.6",
"file-stream-rotator": "0.1.0",
"morgan": "1.8.1",
"request-promise": "^4.1.1",
2015-06-20 03:04:20 +03:00
"request": "^2.55.0",
"promise": "^7.0.0",
2017-03-16 21:05:41 +02:00
"finalhandler": "1.0.0",
"node-uuid": "1.4.7",
"irc": "0.5.2",
"googleapis": "18.0.0",
"node-ddg-api": "0.1.4",
"twitter": "1.7.0",
2017-03-12 00:06:38 +02:00
"chance": "=1.0.6"
2015-06-20 03:04:20 +03:00
},
"devDependencies": {
"nodemon": "^1.2.1"
}
}