aboutsummaryrefslogtreecommitdiffstats
path: root/src/nodejs/package.json
blob: 92b4c3c5f94b5ccd36290c235f7366e57d3668ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ "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" : "*"
  , "opts" : "*"
  }
, "dependencies" :
  { "async_testing" : "*"
  }
}