Windshaft-cartodb/package.json

61 lines
1.7 KiB
JSON
Raw Normal View History

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"
],
"url": "https://github.com/CartoDB/Windshaft-cartodb",
2016-02-04 22:22:08 +08:00
"license": "BSD-3-Clause",
"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": {
"express": "~4.13.3",
"body-parser": "~1.14.0",
"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",
"step": "~0.0.6",
2015-01-30 22:26:27 +08:00
"queue-async": "~1.0.7",
"request": "~2.62.0",
"cartodb-redis": "~0.13.0",
2015-02-16 22:02:39 +08:00
"cartodb-psql": "~0.4.0",
"fastly-purge": "~1.0.1",
2015-07-06 02:58:39 +08:00
"redis-mpool": "~0.4.0",
"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",
"cartodb-query-tables": "~0.1.0",
"turbo-cartocss": "0.4.0"
2011-09-05 07:00:41 +08:00
},
"devDependencies": {
"istanbul": "~0.3.6",
2014-09-30 21:03:14 +08:00
"mocha": "~1.21.4",
"nock": "~2.11.0",
"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
}