CartoDB-SQL-API/package.json

36 lines
1.2 KiB
JSON
Raw Normal View History

{
2011-10-08 00:28:07 +08:00
"private": true,
"name": "cartodb_api",
"description": "high speed SQL api for cartodb",
2012-11-28 23:45:49 +08:00
"version": "1.3.3",
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": {
"cluster2": "git://github.com/CartoDB/cluster2.git#cdb_production",
"express": "~2.5.11",
2011-10-08 00:28:07 +08:00
"underscore" : "1.1.x",
"underscore.string": "1.1.5",
"pg": "git://github.com/CartoDB/node-postgres.git#cdb_production",
2011-10-08 00:28:07 +08:00
"generic-pool": "1.0.x",
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",
2012-03-16 20:50:07 +08:00
"oauth-client": "0.2.0",
"node-uuid":"1.3.3",
2012-12-07 21:27:02 +08:00
"strftime":"~0.4.7",
"csv":"0.0.13"
2011-10-08 00:28:07 +08:00
},
"devDependencies": {
"mocha": "1.2.1",
"zipfile": "~0.3.2",
"libxmljs": "~0.6.1"
2011-10-08 00:28:07 +08:00
},
"scripts": {
"test": "test/run_tests.sh ${RUNTESTFLAGS} test/unit/redis_pool.test.js test/unit/metadata.test.js test/unit/oauth.test.js test/unit/psql.test.js test/acceptance/app.test.js test/acceptance/app.auth.test.js"
2011-10-08 00:28:07 +08:00
},
"engines": { "node": ">= 0.4.1 < 0.9" }
}