comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:b73191efc65b
1 {
2 "name": "pumpbridge",
3 "version": "0.0.1",
4 "dependencies": {
5 "pump.io-client-app": "0.7.x",
6 "underscore": "1.5.x",
7 "webfinger": "0.4.x",
8 "databank": "0.19.x",
9 "databank-redis": "0.19.x",
10 "jade": "1.3.x",
11 "fb": "0.7.x",
12 "oauth": "0.9.x",
13 "async": "0.2.x",
14 "node-uuid": "1.4.x",
15 "validator": "1.5.x",
16 "set-immediate": "0.1.x"
17 },
18 "devDependencies": {
19 "vows": "0.7.x",
20 "xml2js": "0.1.x"
21 },
22 "scripts": {
23 "pretest": "coffee -c test/*-test.coffee && coffee -o lib/ -c src/*.coffee",
24 "build": "coffee -b -c -o lib/ src/*.coffee",
25 "prepublish": "mkdir -p lib/ && coffee -b -c -o lib/ src/*.coffee",
26 "postpublish": "rm lib/*.js",
27 "clean": "rm -f lib/*.js test/*-test.js *~ lib/*~ src/*~ test/*~"
28 },
29 "repository": {
30 "type": "hg",
31 "url": "https://wald.intevation.org/hg/pumpbridge/"
32 }
33 }
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)