-
Notifications
You must be signed in to change notification settings - Fork 131
/
package.json
56 lines (56 loc) · 1.55 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "torque.js",
"version": "3.1.2",
"description": "Temporal mapping for CARTO",
"repository": {
"type": "git",
"url": "git://github.com/CartoDB/torque.git"
},
"author": {
"name": "CARTO",
"url": "http://carto.com/",
"email": "[email protected]"
},
"contributors": [
"Andrew Hill <[email protected]>",
"Simon Tokumine <[email protected]>",
"Javier Alvarez <[email protected]>",
"Javier Arce <[email protected]>",
"Javier Santana <[email protected]>",
"Raúl Ochoa <[email protected]>",
"Nicklas Gummesson <[email protected]>",
"Francisco Dans <[email protected]>",
"Carlos Matallín <[email protected]>",
"Rubén Moya <[email protected]>",
"Daniel García Aubert <[email protected]>"
],
"license": "BSD-3-Clause",
"dependencies": {
"carto": "cartodb/carto#master",
"d3": "3.5.17",
"turbo-carto": "^0.21.1",
"turf-jenks": "~1.0.1"
},
"devDependencies": {
"@carto/mapnik": "^3.6.2-carto.11",
"browserify": "^16.2.3",
"canvas": "^2.4.1",
"leaflet": "1.0.3",
"node-qunit-phantomjs": "1.6.0",
"phantomjs-polyfill": "0.0.2",
"qunit": "~0.7.7",
"qunitjs": "1.x",
"request": "^2.88.0",
"sinon": "~1.15.4",
"uglify-js": "^3.4.9",
"underscore": "1.8.3"
},
"scripts": {
"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"
},
"main": "./lib/torque/index.js"
}