37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"private": true,
|
|
"name": "cartodb_api",
|
|
"description": "high speed SQL api for cartodb",
|
|
"version": "1.5.0",
|
|
"author": {
|
|
"name": "Simon Tokumine, Sandro Santilli, Vizzuality",
|
|
"url": "http://vizzuality.com",
|
|
"email": "simon@vizzuality.com, strk@vizzuality.com"
|
|
},
|
|
"dependencies": {
|
|
"cluster2": "git://github.com/CartoDB/cluster2.git#cdb_production",
|
|
"express": "~2.5.11",
|
|
"underscore" : "~1.3.3",
|
|
"underscore.string": "~1.1.6",
|
|
"pg": "~1.2.0",
|
|
"express": "~2.5.11",
|
|
"generic-pool": "~2.0.2",
|
|
"redis": "0.7.1",
|
|
"hiredis": "*",
|
|
"step": "0.0.x",
|
|
"topojson": "0.0.8",
|
|
"oauth-client": "0.2.0",
|
|
"node-uuid":"1.3.3",
|
|
"lru-cache":"~2.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "1.2.1",
|
|
"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" }
|
|
}
|