2011-06-30 19:13:39 +08:00
|
|
|
{
|
2011-10-08 00:28:07 +08:00
|
|
|
"private": true,
|
|
|
|
"name": "cartodb_api",
|
|
|
|
"description": "high speed SQL api for cartodb",
|
2013-05-10 18:18:27 +08:00
|
|
|
"version": "1.3.10",
|
2011-10-08 00:28:07 +08:00
|
|
|
"author": {
|
2012-10-04 14:38:44 +08:00
|
|
|
"name": "Simon Tokumine, Sandro Santilli, Vizzuality",
|
2011-10-08 00:28:07 +08:00
|
|
|
"url": "http://vizzuality.com",
|
2012-10-04 14:38:44 +08:00
|
|
|
"email": "simon@vizzuality.com, strk@vizzuality.com"
|
2011-10-08 00:28:07 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2012-10-10 00:40:17 +08:00
|
|
|
"cluster2": "git://github.com/CartoDB/cluster2.git#cdb_production",
|
2012-07-17 00:57:12 +08:00
|
|
|
"express": "~2.5.11",
|
2011-10-08 00:28:07 +08:00
|
|
|
"underscore" : "1.1.x",
|
|
|
|
"underscore.string": "1.1.5",
|
2013-04-03 18:06:43 +08:00
|
|
|
"pg": "git://github.com/CartoDB/node-postgres.git#cdb-0.12.3-cdb2",
|
2013-03-14 18:41:07 +08:00
|
|
|
"express": "~2.5.11",
|
2013-03-14 18:58:30 +08:00
|
|
|
"generic-pool": "~2.0.2",
|
2012-03-16 20:50:07 +08:00
|
|
|
"redis": "0.7.1",
|
|
|
|
"hiredis": "*",
|
2011-10-08 00:28:07 +08:00
|
|
|
"step": "0.0.x",
|
2013-01-10 00:43:23 +08:00
|
|
|
"topojson": "~0.0.8",
|
2012-03-16 20:50:07 +08:00
|
|
|
"oauth-client": "0.2.0",
|
2012-04-13 22:37:09 +08:00
|
|
|
"node-uuid":"1.3.3",
|
2013-02-14 01:57:14 +08:00
|
|
|
"lru-cache":"~2.2.2"
|
2011-10-08 00:28:07 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2012-11-12 19:37:34 +08:00
|
|
|
"mocha": "1.2.1",
|
2012-11-13 00:10:16 +08:00
|
|
|
"zipfile": "~0.3.2",
|
|
|
|
"libxmljs": "~0.6.1"
|
2011-10-08 00:28:07 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
2013-03-28 00:28:34 +08:00
|
|
|
"test": "test/run_tests.sh ${RUNTESTFLAGS} test/unit/*.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
|
|
|
}
|