{ "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 ", "license": "ISC", "repository": { "type": "hg", "url": "https://lanxu@bitbucket.org/lanxu/kulmapaikka-ircbot" }, "dependencies": { "chance": "=1.0.6", "cron": "1.2.1", "file-stream-rotator": "0.1.0", "finalhandler": "1.0.0", "googleapis": "18.0.0", "html-to-text": "^3.3.0", "irc": "0.5.2", "mkdirp": "~0.5.1", "morgan": "1.8.1", "node-ddg-api": "0.1.4", "node-dev": "3.1.3", "node-uuid": "1.4.7", "promise": "^7.0.0", "request": "^2.55.0", "request-promise": "^4.1.1", "twitter": "1.7.0", "winston": "2.3.1", "winston-daily-rotate-file": "1.4.6", "html-to-text": "3.3.0" }, "devDependencies": { "nodemon": "^1.2.1" } }