CartoDB-SQL-API/package.json
Sandro Santilli 65f31fd7c1 Add optional support for rollbar
Closes #150
Logs messages of severity ERROR or higher
2014-03-13 12:09:39 +01:00

43 lines
1.2 KiB
JSON

{
"private": true,
"name": "cartodb_sql_api",
"description": "high speed SQL api for cartodb",
"keywords": [
"cartodb"
],
"version": "1.9.0",
"repository": {
"type": "git",
"url": "git://github.com/CartoDB/CartoDB-SQL-API.git"
},
"author": "Vizzuality <contact@vizzuality.com> (http://vizzuality.com)",
"contributors": [
"Simon Tokumine <simon@vizzuality.com>",
"Sandro Santilli <strk@vizzuality.com>"
],
"dependencies": {
"underscore" : "~1.3.3",
"underscore.string": "~1.1.6",
"pg": "~2.6.2",
"express": "~2.5.11",
"cartodb-redis": "~0.3.0",
"step": "0.0.x",
"topojson": "0.0.8",
"oauth-client": "0.2.0",
"node-uuid":"1.3.3",
"lru-cache":"~2.2.2",
"log4js": "~0.6.10",
"rollbar": "~0.3.1"
},
"devDependencies": {
"redis": "0.7.1",
"mocha": "~1.14.0",
"zipfile": "~0.3.2",
"libxmljs": "~0.6.1"
},
"scripts": {
"test": "test/run_tests.sh ${RUNTESTFLAGS} test/unit/*.js test/unit/model/*.js test/acceptance/*.js test/acceptance/export/*.js"
},
"engines": { "node": ">= 0.4.1 < 0.9" }
}