Windshaft-cartodb/package.json

54 lines
1.5 KiB
JSON
Raw Normal View History

2011-09-05 07:00:41 +08:00
{
"private": true,
"name": "windshaft-cartodb",
2015-03-09 21:08:38 +08:00
"version": "1.29.1",
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": {
2014-08-15 01:54:45 +08:00
"node-varnish": "https://github.com/Vizzuality/node-varnish/tarball/0.3.0",
"underscore" : "~1.6.0",
2014-09-25 01:17:51 +08:00
"dot": "~1.0.2",
2015-03-09 20:52:47 +08:00
"windshaft": "~0.39.0",
2014-08-13 21:10:58 +08:00
"step": "~0.0.5",
2015-01-30 22:26:27 +08:00
"queue-async": "~1.0.7",
2014-08-18 20:41:29 +08:00
"request": "~2.9.203",
2015-02-16 22:02:39 +08:00
"cartodb-redis": "~0.11.0",
"cartodb-psql": "~0.4.0",
"redis-mpool": "~0.3.0",
2014-08-15 01:54:45 +08:00
"lzma": "~1.3.7",
"log4js": "https://github.com/CartoDB/log4js-node/tarball/cdb",
2014-08-18 20:41:29 +08:00
"rollbar": "~0.3.13"
2011-09-05 07:00:41 +08:00
},
"devDependencies": {
2014-09-30 21:03:14 +08:00
"mocha": "~1.21.4",
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",
"test": "make test"
2014-10-14 21:12:17 +08:00
},
"engines": {
"node": ">=0.8 <0.11",
"npm": ">=1.2.1"
2011-09-05 07:00:41 +08:00
}
2011-10-13 21:29:53 +08:00
}