44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"private": true,
|
|
"name": "windshaft-cartodb",
|
|
"version": "1.6.0",
|
|
"description": "A map tile server for CartoDB",
|
|
"keywords": [
|
|
"cartodb"
|
|
],
|
|
"url": "https://github.com/CartoDB/Windshaft-cartodb",
|
|
"licenses": [{
|
|
"type": "BSD",
|
|
"url": "https://github.com/CartoDB/Windshaft-cartodb/blob/master/LICENCE"
|
|
}],
|
|
"repository": {
|
|
"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>"
|
|
],
|
|
"dependencies": {
|
|
"node-varnish": "0.1.1",
|
|
"underscore" : "~1.3.3",
|
|
"windshaft" : "~0.14.5",
|
|
"step": "0.0.x",
|
|
"request": "2.9.202",
|
|
"cartodb-redis": "~0.2.0",
|
|
"mapnik": "~0.7.22",
|
|
"lzma": "~1.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "1.14.0",
|
|
"redis": "~0.8.3",
|
|
"strftime": "~0.6.0",
|
|
"semver": "~1.1.0"
|
|
},
|
|
"scripts": {
|
|
"test": "make check"
|
|
}
|
|
}
|