2013-07-30 16:45:35 +08:00
|
|
|
{
|
2016-07-05 00:48:31 +08:00
|
|
|
"name": "torque.js",
|
2019-06-25 16:26:27 +08:00
|
|
|
"version": "3.1.2",
|
2016-09-21 22:20:16 +08:00
|
|
|
"description": "Temporal mapping for CARTO",
|
2016-07-05 00:48:31 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/CartoDB/torque.git"
|
|
|
|
},
|
|
|
|
"author": {
|
2016-09-21 22:23:55 +08:00
|
|
|
"name": "CARTO",
|
|
|
|
"url": "http://carto.com/",
|
|
|
|
"email": "wadus@carto.com"
|
2016-07-05 00:48:31 +08:00
|
|
|
},
|
|
|
|
"contributors": [
|
|
|
|
"Andrew Hill <andrew@vizzuality.com>",
|
|
|
|
"Simon Tokumine <tokumine@google.com>",
|
|
|
|
"Javier Alvarez <jmedina@vizzuality.com>",
|
|
|
|
"Javier Arce <javierarce@vizzuality.com>",
|
|
|
|
"Javier Santana <jsantana@vizzuality.com>",
|
|
|
|
"Raúl Ochoa <rochoa@cartodb.com>",
|
|
|
|
"Nicklas Gummesson <nicklas@cartodb.com>",
|
2017-11-14 18:56:10 +08:00
|
|
|
"Francisco Dans <francisco@cartodb.com>",
|
2017-11-15 23:24:25 +08:00
|
|
|
"Carlos Matallín <matallo@carto.com>",
|
2019-03-29 23:11:47 +08:00
|
|
|
"Rubén Moya <ruben@carto.com>",
|
|
|
|
"Daniel García Aubert <dgaubert@carto.com>"
|
2016-07-05 00:48:31 +08:00
|
|
|
],
|
2016-08-03 23:55:54 +08:00
|
|
|
"license": "BSD-3-Clause",
|
2015-08-04 18:33:39 +08:00
|
|
|
"dependencies": {
|
2018-02-23 18:10:20 +08:00
|
|
|
"carto": "cartodb/carto#master",
|
2016-09-21 21:32:49 +08:00
|
|
|
"d3": "3.5.17",
|
2019-01-21 19:45:01 +08:00
|
|
|
"turbo-carto": "^0.21.1",
|
2016-08-03 23:50:17 +08:00
|
|
|
"turf-jenks": "~1.0.1"
|
2015-08-04 18:33:39 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-10-30 00:23:21 +08:00
|
|
|
"@carto/mapnik": "^3.6.2-carto.11",
|
2019-01-21 23:49:05 +08:00
|
|
|
"browserify": "^16.2.3",
|
2019-03-29 23:09:52 +08:00
|
|
|
"canvas": "^2.4.1",
|
2017-03-15 21:23:42 +08:00
|
|
|
"leaflet": "1.0.3",
|
2017-11-07 19:06:01 +08:00
|
|
|
"node-qunit-phantomjs": "1.6.0",
|
|
|
|
"phantomjs-polyfill": "0.0.2",
|
2019-01-21 23:49:05 +08:00
|
|
|
"qunit": "~0.7.7",
|
2015-08-04 18:33:39 +08:00
|
|
|
"qunitjs": "1.x",
|
2019-01-21 19:45:01 +08:00
|
|
|
"request": "^2.88.0",
|
2018-10-30 00:23:59 +08:00
|
|
|
"sinon": "~1.15.4",
|
2019-01-21 23:49:05 +08:00
|
|
|
"uglify-js": "^3.4.9",
|
2018-10-30 00:23:59 +08:00
|
|
|
"underscore": "1.8.3"
|
2015-08-04 18:33:39 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
2018-05-10 22:03:56 +08:00
|
|
|
"test": "make test-all",
|
|
|
|
"bump": "npm version patch",
|
|
|
|
"bump:major": "npm version major",
|
|
|
|
"bump:minor": "npm version minor",
|
|
|
|
"postversion": "git push origin master --follow-tags"
|
2015-08-04 18:33:39 +08:00
|
|
|
},
|
|
|
|
"main": "./lib/torque/index.js"
|
2013-07-30 16:45:35 +08:00
|
|
|
}
|