aboutsummaryrefslogtreecommitdiffstats
path: root/src/nodejs/package.json
diff options
context:
space:
mode:
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" : "*"
+ }
+}