aboutsummaryrefslogtreecommitdiffstats
path: root/src/nodejs/package.json
blob: 97db4eb08bac1fc53215855c692f17e8805303bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ "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" : "*"
  }
}