{ "name": "node-tip-bot-twitter", "version": "1.0.1", "description": "node.js based tipping bot for any coin", "main": "bin/tipbot", "dependencies": { "twitter": "~1.0.3", "js-yaml": "~3.0.1", "winston": "~0.7.2", "node-gameunits": "~0.3.5", "swig": "1.3.2", "express": "3.4.8" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node bin/tipbot" }, "repository": { "type": "git", "url": "http://github.com/gameunits/node-tip-bot" }, "author": "gameunits", "license": "MIT", "bugs": { "url": "https://github.com/gameunits/node-tip-bot/issues" }, "homepage": "https://github.com/gameunits/node-tip-bot", "keywords": [ "gameunits", "bitcoin", "litecoin", "altcoin", "tip", "tipbot", "irc", "bot" ] }