{
    "name": "tweet-blink",
    "version": "0.0.8",
    "description": "Real time visualization of tweets using blink(1)",
    "main": "index",
    "bin": {
        "tweet-blink": "./bin/tweet-blink"
    },
    "dependencies": {
        "node-blink1": "latest",
        "twit": "latest"
    },
    "engines": { "node": "*" },
    "keywords": [
        "blink1",
        "twitter"
    ],
    "author": "Nacho Soto <hello@nachosoto.com>",
    "repository": "git@github.com:NachoSoto/node-tweet-blink.git",
    "licenses": {
        "type": "MIT",
        "url": "https://github.com/NachoSoto/node-tweet-blink/raw/master/LICENSE"
    },
    "readmeFilename": "README.md",
    "homepage": "https://github.com/NachoSoto/node-tweet-blink.git"
}