aboutsummaryrefslogtreecommitdiffstats
path: root/src/nodejs/package.json
diff options
context:
space:
mode:
authorslomo <steve.harrison@gmx.net>2011-01-19 00:27:15 +0100
committerslomo <steve.harrison@gmx.net>2011-01-19 00:27:15 +0100
commit048f77c545ea1c604a5da812fb1cfee6851054f5 (patch)
treed9515c8343e72af1bda02bda7958352e085a7da2 /src/nodejs/package.json
parent9088690fef029279190166bdd14abd1a2d0d3b84 (diff)
downloadosm-xapi-048f77c545ea1c604a5da812fb1cfee6851054f5.tar.gz
osm-xapi-048f77c545ea1c604a5da812fb1cfee6851054f5.tar.xz
osm-xapi-048f77c545ea1c604a5da812fb1cfee6851054f5.zip
added npm config
Diffstat (limited to 'src/nodejs/package.json')
-rw-r--r--src/nodejs/package.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/nodejs/package.json b/src/nodejs/package.json
new file mode 100644
index 0000000..88fc755
--- /dev/null
+++ b/src/nodejs/package.json
@@ -0,0 +1,11 @@
+{ "name" : "xapi-osm-spline"
+, "version" : "0.0.1"
+, "description" : "An osm xapi implementation"
+, "autor" : "osm@spline <osm@lists.spline.de> (http://osm.spline.de)"
+, "files" : ["."]
+, "dependencies" :
+ { "postgres" : "*"
+ , "clutch" : "*"
+ , "xmlbuilder" : "*"
+ }
+}