diff options
author | slomo <steve.harrison@gmx.net> | 2011-01-19 00:27:15 +0100 |
---|---|---|
committer | slomo <steve.harrison@gmx.net> | 2011-01-19 00:27:15 +0100 |
commit | 048f77c545ea1c604a5da812fb1cfee6851054f5 (patch) | |
tree | d9515c8343e72af1bda02bda7958352e085a7da2 | |
parent | 9088690fef029279190166bdd14abd1a2d0d3b84 (diff) | |
download | osm-xapi-048f77c545ea1c604a5da812fb1cfee6851054f5.tar.gz osm-xapi-048f77c545ea1c604a5da812fb1cfee6851054f5.tar.xz osm-xapi-048f77c545ea1c604a5da812fb1cfee6851054f5.zip |
added npm config
-rw-r--r-- | src/nodejs/package.json | 11 |
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" : "*" + } +} |