diff --git a/package.json b/package.json index 96be078..d08a5aa 100644 --- a/package.json +++ b/package.json @@ -1,32 +1,36 @@ { - "name": "torque.js", - "version": "2.15.1", - "description": "Temporal mapping for CartoDB", - "repository": { - "type": "git", - "url": "git://github.com/CartoDB/torque.git" - }, - "author": { - "name": "CartoDB", - "url": "http://cartodb.com/", - "email": "wadus@cartodb.com" - }, - "contributors": [ - "Andrew Hill ", - "Simon Tokumine ", - "Javier Alvarez ", - "Javier Arce ", - "Javier Santana ", - "Raúl Ochoa ", - "Nicklas Gummesson ", - "Francisco Dans " - ], - "licenses": [{ + "name": "torque.js", + "version": "2.15.1", + "description": "Temporal mapping for CartoDB", + "repository": { + "type": "git", + "url": "git://github.com/CartoDB/torque.git" + }, + "author": { + "name": "CartoDB", + "url": "http://cartodb.com/", + "email": "wadus@cartodb.com" + }, + "contributors": [ + "Andrew Hill ", + "Simon Tokumine ", + "Javier Alvarez ", + "Javier Arce ", + "Javier Santana ", + "Raúl Ochoa ", + "Nicklas Gummesson ", + "Francisco Dans " + ], + "licenses": [ + { "type": "BSD" } ], "dependencies": { - "carto": "https://github.com/CartoDB/carto/archive/master.tar.gz" + "carto": "https://github.com/CartoDB/carto/archive/master.tar.gz", + "d3": "^3.5.6", + "turbo-carto": "^0.12.1", + "turf-jenks": "^1.0.1" }, "devDependencies": { "browserify": "~7.0.0",