aboutsummaryrefslogblamecommitdiffstats
path: root/src/nodejs/package.json
blob: ca196f4027073b86c4af69a62f6757ccdb4aa570 (plain) (tree)
1
2
3
4
5
6
7
8
9





                                                                     
              

                      
                  

   
{ "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" :
  { "pg" : "*"
  , "clutch" : "*"
  , "xmlbuilder" : "*"
  , "log4js" : "*"
  }
}