Mercurial > pumpbridge
diff package.json @ 0:b73191efc65b
Initial import of pumpbridge (bloody bloody alpha)
author | Mathias Gebbe <mgebbe@intevation.de> |
---|---|
date | Thu, 05 Jun 2014 10:35:15 +0200 |
parents | |
children | 98a070c98982 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/package.json Thu Jun 05 10:35:15 2014 +0200 @@ -0,0 +1,33 @@ +{ + "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", + "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/" + } +}