{
    "name": "torrent-pi",
    "version": "0.0.2",
    "description": "Raspberry PI - Stream from torrents easily with a web remote.",
    "license": "LGPL-2.1",
    "repository": {
        "type": "git",
        "url": "https://github.com/jaruba/torrent-pi"
    },
    "private": false,
    "scripts": {
        "start": "node app.js"
    },
    "dependencies": {
        "express": "3.4.8",
        "swig": "1.3.2",
        "network-address": "0.0.4",
        "socket.io": "0.9.16",
        "vlc-api": "*",
        "read-torrent": "*",
        "omxctrl": "*",
        "peerflix": "*",
        "request": "*",
        "atob": "*"
    }
}

