Windshaft-cartodb/package.json

45 lines
1.2 KiB
JSON
Raw Normal View History

2011-09-05 07:00:41 +08:00
{
"private": true,
"name": "windshaft-cartodb",
2014-02-12 22:53:21 +08:00
"version": "1.7.2",
2011-09-05 07:00:41 +08:00
"description": "A map tile server for CartoDB",
2013-11-28 18:17:00 +08:00
"keywords": [
"cartodb"
],
"url": "https://github.com/CartoDB/Windshaft-cartodb",
"licenses": [{
"type": "BSD",
"url": "https://github.com/CartoDB/Windshaft-cartodb/blob/master/LICENCE"
}],
"repository": {
2011-09-05 07:00:41 +08:00
"type": "git",
"url": "git://github.com/CartoDB/Windshaft-cartodb.git"
},
"author": "Vizzuality <contact@vizzuality.com> (http://vizzuality.com)",
"contributors": [
"Simon Tokumine <simon@vizzuality.com>",
"Javi Santana <jsantana@vizzuality.com>",
"Sandro Santilli <strk@vizzuality.com>"
],
2011-09-05 07:00:41 +08:00
"dependencies": {
"node-varnish": "0.1.1",
"underscore" : "~1.3.3",
"windshaft" : "~0.17.2",
2011-09-05 07:00:41 +08:00
"step": "0.0.x",
"request": "2.9.202",
"cartodb-redis": "~0.3.0",
"redis-mpool": "~0.0.2",
"mapnik": "~0.7.22",
"lzma": "~1.2.3"
2011-09-05 07:00:41 +08:00
},
"devDependencies": {
"mocha": "1.14.0",
"redis": "~0.8.3",
"strftime": "~0.6.0",
"semver": "~1.1.0"
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
}