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









                                                                     

   
{ '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' : '*'
  }
}