view package.json @ 3:98a070c98982

add Twitter support
author Mathias Gebbe <mgebbe@intevation.de>
date Thu, 05 Jun 2014 18:02:25 +0200
parents b73191efc65b
children faeb3b96bdeb
line wrap: on
line source
{
    "name": "pumpbridge",
    "version": "0.0.1",
    "dependencies": {
        "pump.io-client-app": "0.7.x",
        "underscore": "1.5.x",
        "webfinger": "0.4.x",
        "databank": "0.19.x",
        "databank-redis": "0.19.x",
        "jade": "1.3.x",
        "fb": "0.7.x",
        "twitter": "0.2.9",
        "oauth": "0.9.x",
        "async": "0.2.x",
        "node-uuid": "1.4.x",
        "validator": "1.5.x",
        "set-immediate": "0.1.x"
    },
    "devDependencies": {
        "vows": "0.7.x",
        "xml2js": "0.1.x"
    },
    "scripts": {
        "pretest": "coffee -c test/*-test.coffee && coffee -o lib/ -c src/*.coffee",
        "build": "coffee -b -c -o lib/ src/*.coffee",
        "prepublish": "mkdir -p lib/ && coffee -b -c -o lib/ src/*.coffee",
        "postpublish": "rm lib/*.js",
        "clean": "rm -f lib/*.js test/*-test.js *~ lib/*~ src/*~ test/*~"
    },
    "repository": {
        "type": "hg",
        "url": "https://wald.intevation.org/hg/pumpbridge/"
    }
}
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)