2011-09-05 07:00:41 +08:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"name": "windshaft-cartodb",
|
2016-03-23 22:14:52 +08:00
|
|
|
"version": "2.31.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"
|
|
|
|
],
|
2013-07-19 18:28:03 +08:00
|
|
|
"url": "https://github.com/CartoDB/Windshaft-cartodb",
|
2016-02-04 22:22:08 +08:00
|
|
|
"license": "BSD-3-Clause",
|
2013-07-19 18:28:03 +08:00
|
|
|
"repository": {
|
2011-09-05 07:00:41 +08:00
|
|
|
"type": "git",
|
2013-07-19 18:28:03 +08:00
|
|
|
"url": "git://github.com/CartoDB/Windshaft-cartodb.git"
|
|
|
|
},
|
2013-07-19 18:34:20 +08:00
|
|
|
"author": "Vizzuality <contact@vizzuality.com> (http://vizzuality.com)",
|
|
|
|
"contributors": [
|
2013-07-19 18:28:03 +08:00
|
|
|
"Simon Tokumine <simon@vizzuality.com>",
|
|
|
|
"Javi Santana <jsantana@vizzuality.com>",
|
|
|
|
"Sandro Santilli <strk@vizzuality.com>"
|
2013-07-19 18:34:20 +08:00
|
|
|
],
|
2011-09-05 07:00:41 +08:00
|
|
|
"dependencies": {
|
2015-09-17 06:19:00 +08:00
|
|
|
"express": "~4.13.3",
|
|
|
|
"body-parser": "~1.14.0",
|
2015-09-15 00:47:01 +08:00
|
|
|
"debug": "~2.2.0",
|
|
|
|
"step-profiler": "~0.2.1",
|
|
|
|
"node-statsd": "~0.0.7",
|
2014-08-15 01:54:45 +08:00
|
|
|
"underscore" : "~1.6.0",
|
2014-09-25 01:17:51 +08:00
|
|
|
"dot": "~1.0.2",
|
2016-04-07 01:26:55 +08:00
|
|
|
"windshaft": "1.17.0",
|
2015-09-16 19:17:03 +08:00
|
|
|
"step": "~0.0.6",
|
2015-01-30 22:26:27 +08:00
|
|
|
"queue-async": "~1.0.7",
|
2015-09-16 19:17:03 +08:00
|
|
|
"request": "~2.62.0",
|
2015-05-18 23:40:41 +08:00
|
|
|
"cartodb-redis": "~0.13.0",
|
2015-02-16 22:02:39 +08:00
|
|
|
"cartodb-psql": "~0.4.0",
|
2015-10-09 21:50:39 +08:00
|
|
|
"fastly-purge": "~1.0.1",
|
2015-07-06 02:58:39 +08:00
|
|
|
"redis-mpool": "~0.4.0",
|
2015-07-15 22:51:26 +08:00
|
|
|
"lru-cache": "2.6.5",
|
2014-08-15 01:54:45 +08:00
|
|
|
"lzma": "~1.3.7",
|
2016-02-22 22:09:09 +08:00
|
|
|
"log4js": "https://github.com/CartoDB/log4js-node/tarball/cdb",
|
2016-03-09 19:03:29 +08:00
|
|
|
"cartodb-query-tables": "~0.1.0",
|
2016-03-08 21:34:57 +08:00
|
|
|
"turbo-cartocss": "0.4.0"
|
2011-09-05 07:00:41 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2015-03-23 21:05:29 +08:00
|
|
|
"istanbul": "~0.3.6",
|
2014-09-30 21:03:14 +08:00
|
|
|
"mocha": "~1.21.4",
|
2015-09-16 19:17:03 +08:00
|
|
|
"nock": "~2.11.0",
|
2015-03-16 06:37:03 +08:00
|
|
|
"jshint": "~2.6.0",
|
2014-08-15 01:54:45 +08:00
|
|
|
"redis": "~0.8.6",
|
|
|
|
"strftime": "~0.8.2",
|
|
|
|
"semver": "~1.1.4"
|
2011-09-05 07:00:41 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
2015-02-27 00:00:50 +08:00
|
|
|
"preinstall": "make pre-install",
|
2015-03-16 07:38:29 +08:00
|
|
|
"test": "make test-all"
|
2014-10-14 21:12:17 +08:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.8 <0.11",
|
2016-02-05 00:09:30 +08:00
|
|
|
"npm": ">=2.14.16"
|
2011-09-05 07:00:41 +08:00
|
|
|
}
|
2011-10-13 21:29:53 +08:00
|
|
|
}
|