forked from CartoDB/torque
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.33 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
{
"name": "torque.js",
"version": "2.11.1",
"description": "Torque javascript library",
"repository": {
"type": "git",
"url": "git://github.com/CartoDB/torque.git"
},
"author": {
"name": "CartoDB",
"url": "http://cartodb.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]>"
],
"licenses": [{
"type": "BSD"
}],
"dependencies": {
"carto": "https://github.com/CartoDB/carto/archive/master.tar.gz"
},
"devDependencies": {
"leaflet": "0.7.3",
"underscore": "^1.6.0",
"node-qunit-phantomjs": "^1.0.0",
"browserify": "^7.0.0",
"mapnik": "https://github.com/CartoDB/node-mapnik/tarball/1.4.15-cdb1",
"canvas": "~1.2.1",
"request": "^2.53.0",
"qunit": "~0.7.5",
"qunitjs": "1.x",
"uglify-js": "1.3.3"
},
"scripts": {
"test": "make test-all"
},
"main": "./lib/torque/index.js"
}