view package.json @ 32:ca0b44c1a870 tip

Readme: twitter in the summary, it is best working currently.
author Bernhard Reiter <bernhard@intevation.de>
date Mon, 13 Oct 2014 13:22:17 +0200
parents faeb3b96bdeb
children
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",
        "html-to-text": "0.1.0",
        "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)