Windshaft-cartodb/package.json

40 lines
1.1 KiB
JSON
Raw Normal View History

2011-09-05 07:00:41 +08:00
{
"private": true,
"name": "windshaft-cartodb",
"version": "0.1.0",
2011-09-05 07:00:41 +08:00
"description": "A map tile server for CartoDB",
"url": "https://github.com/Vizzuality/Windshaft-cartodb",
"licenses": [{
"type": "BSD",
"url": "https://github.com/Vizzuality/Windshaft-cartodb/blob/master/LICENCE"
}],
2011-09-05 07:00:41 +08:00
"repositories": [{
"type": "git",
"url": "git://github.com/Vizzuality/Windshaft-cartodb.git"
}],
"author": {
2011-10-13 21:29:53 +08:00
"name": "Simon Tokumine, Javi Santana, Vizzuality",
2011-09-05 07:00:41 +08:00
"url": "http://vizzuality.com",
"email": "simon@vizzuality.com"
},
"dependencies": {
"connect": "1.8.7",
2011-12-27 23:35:59 +08:00
"cluster": "0.6.4",
"node-varnish": "0.1.1",
2011-09-05 07:00:41 +08:00
"underscore" : "1.1.x",
"grainstore" : "~0.5.0",
"windshaft" : "~0.4.12",
2011-09-05 07:00:41 +08:00
"step": "0.0.x",
"generic-pool": "1.0.x",
"redis": "0.6.7",
"hiredis": "0.1.12",
"request": "2.9.202"
2011-09-05 07:00:41 +08:00
},
"devDependencies": {
"mocha": "1.2.1"
2011-09-05 07:00:41 +08:00
},
"scripts": {
2012-07-10 00:56:09 +08:00
"test": "make check"
2011-09-05 07:00:41 +08:00
}
2011-10-13 21:29:53 +08:00
}