You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CartoDB-SQL-API/package.json

19 lines
402 B

{
"private": true,
"name": "cartodb_api",
"description": "high speed api for cartodb",
"version": "0.0.1",
"dependencies": {
"cluster": "0.6.4",
"express": "2.4.0",
"underscore": "1.1.6",
"underscore.string": "1.1.5",
"pg": "0.5.0",
"generic-pool": "1.0.6",
"redis": "0.6.1"
},
"devDependencies": {
"expresso": "0.7.2"
},
"engines": { "node": ">= 0.4.1 < 0.5.0" }
}