2011-06-30 19:13:39 +08:00
|
|
|
{
|
2011-10-08 00:28:07 +08:00
|
|
|
"private": true,
|
2013-07-19 18:37:09 +08:00
|
|
|
"name": "cartodb_sql_api",
|
2011-10-08 00:28:07 +08:00
|
|
|
"description": "high speed SQL api for cartodb",
|
2013-11-28 18:17:33 +08:00
|
|
|
"keywords": [
|
|
|
|
"cartodb"
|
|
|
|
],
|
2014-03-21 00:11:56 +08:00
|
|
|
"version": "1.10.0",
|
2013-07-19 18:37:09 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/CartoDB/CartoDB-SQL-API.git"
|
2011-10-08 00:28:07 +08:00
|
|
|
},
|
2013-07-19 18:37:09 +08:00
|
|
|
"author": "Vizzuality <contact@vizzuality.com> (http://vizzuality.com)",
|
|
|
|
"contributors": [
|
|
|
|
"Simon Tokumine <simon@vizzuality.com>",
|
|
|
|
"Sandro Santilli <strk@vizzuality.com>"
|
|
|
|
],
|
2011-10-08 00:28:07 +08:00
|
|
|
"dependencies": {
|
2013-05-23 19:21:23 +08:00
|
|
|
"underscore" : "~1.3.3",
|
|
|
|
"underscore.string": "~1.1.6",
|
2014-03-19 17:43:39 +08:00
|
|
|
"pg": "git://github.com/CartoDB/node-postgres.git#2.6.2-cdb1",
|
2013-03-14 18:41:07 +08:00
|
|
|
"express": "~2.5.11",
|
2013-12-18 18:57:46 +08:00
|
|
|
"cartodb-redis": "~0.3.0",
|
2011-10-08 00:28:07 +08:00
|
|
|
"step": "0.0.x",
|
2013-05-23 19:21:23 +08:00
|
|
|
"topojson": "0.0.8",
|
2012-03-16 20:50:07 +08:00
|
|
|
"oauth-client": "0.2.0",
|
2014-03-13 18:52:40 +08:00
|
|
|
"lru-cache":"~2.2.2",
|
2014-03-13 19:09:39 +08:00
|
|
|
"log4js": "~0.6.10",
|
2014-03-20 01:34:21 +08:00
|
|
|
"rollbar": "~0.3.1",
|
2014-03-20 18:22:13 +08:00
|
|
|
"step-profiler": "git://github.com/CartoDB/node-step-profiler.git#0.0.1",
|
|
|
|
"node-statsd": "~0.0.7"
|
2011-10-08 00:28:07 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2013-11-16 01:36:49 +08:00
|
|
|
"redis": "0.7.1",
|
2013-11-27 19:58:36 +08:00
|
|
|
"mocha": "~1.14.0",
|
2014-03-17 20:42:35 +08:00
|
|
|
"zipfile": "~0.5.0",
|
|
|
|
"libxmljs": "~0.8.1"
|
2011-10-08 00:28:07 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
2014-04-15 20:57:38 +08:00
|
|
|
"test": "test/run_tests.sh ${RUNTESTFLAGS} test/unit/*.js test/unit/model/*.js test/unit/sql/*.js test/acceptance/*.js test/acceptance/export/*.js"
|
2011-10-08 00:28:07 +08:00
|
|
|
},
|
2012-07-17 00:57:12 +08:00
|
|
|
"engines": { "node": ">= 0.4.1 < 0.9" }
|
2011-09-21 10:15:43 +08:00
|
|
|
}
|