CartoDB-SQL-API/package.json
Simon Tokumine 0ae158ccf6 bump version
2012-04-13 16:59:41 +01:00

34 lines
886 B
JSON

{
"private": true,
"name": "cartodb_api",
"description": "high speed SQL api for cartodb",
"version": "0.0.4",
"author": {
"name": "Simon Tokumine, Vizzuality",
"url": "http://vizzuality.com",
"email": "simon@vizzuality.com"
},
"dependencies": {
"cluster": "0.6.4",
"express": "2.5.8",
"underscore" : "1.1.x",
"underscore.string": "1.1.5",
"pg": "0.6.14",
"generic-pool": "1.0.x",
"redis": "0.7.1",
"hiredis": "*",
"step": "0.0.x",
"oauth-client": "0.2.0",
"node-uuid":"1.3.3",
"csv":"0.0.13"
},
"devDependencies": {
"expresso": "0.8.x"
},
"scripts": {
"unit": "expresso ./test/unit/* | sh",
"acceptance": "expresso ./test/acceptance/* | sh"
},
"engines": { "node": ">= 0.4.1 < 0.7.0" }
}