2011-06-30 19:13:39 +08:00
|
|
|
{
|
2011-09-07 19:10:16 +08:00
|
|
|
"private": true,
|
2011-06-30 19:13:39 +08:00
|
|
|
"name": "cartodb_api",
|
2011-08-18 00:27:45 +08:00
|
|
|
"description": "high speed SQL api for cartodb",
|
2011-06-30 19:13:39 +08:00
|
|
|
"version": "0.0.1",
|
|
|
|
"dependencies": {
|
2011-09-07 19:10:16 +08:00
|
|
|
"cluster": "0.6.4",
|
2011-08-18 00:27:45 +08:00
|
|
|
"express": "2.4.3",
|
|
|
|
"underscore" : "1.1.x",
|
2011-06-30 19:13:39 +08:00
|
|
|
"underscore.string": "1.1.5",
|
|
|
|
"pg": "0.5.0",
|
2011-08-18 00:27:45 +08:00
|
|
|
"generic-pool": "1.0.x",
|
|
|
|
"redis": "0.6.1",
|
|
|
|
"step": "0.0.x",
|
|
|
|
"oauth-client": "0.2.0"
|
2011-06-30 19:13:39 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2011-08-18 00:27:45 +08:00
|
|
|
"expresso": "0.8.x"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"unit": "expresso ./test/unit/* | sh",
|
|
|
|
"acceptance": "expresso ./test/acceptance/* | sh"
|
2011-06-30 19:13:39 +08:00
|
|
|
},
|
|
|
|
"engines": { "node": ">= 0.4.1 < 0.5.0" }
|
|
|
|
}
|