CartoDB-SQL-API/package.json
Raul Ochoa 0aa1b0e2e9 Merge branch 'master' into upgrade-dependencies
Conflicts:
	app/models/psql.js
	npm-shrinkwrap.json
	package.json
2014-08-14 14:19:20 +02:00

44 lines
1.4 KiB
JSON

{
"private": true,
"name": "cartodb_sql_api",
"description": "high speed SQL api for cartodb",
"keywords": [
"cartodb"
],
"version": "1.15.0",
"repository": {
"type": "git",
"url": "git://github.com/CartoDB/CartoDB-SQL-API.git"
},
"author": "Vizzuality <contact@vizzuality.com> (http://vizzuality.com)",
"contributors": [
"Simon Tokumine <simon@vizzuality.com>",
"Sandro Santilli <strk@vizzuality.com>"
],
"dependencies": {
"cartodb-redis": "git://github.com/CartoDB/node-cartodb-redis.git#0.9.0",
"cartodb-psql": "git://github.com/CartoDB/node-cartodb-psql.git#0.3.1",
"step-profiler": "https://github.com/CartoDB/node-step-profiler/tarball/0.1.0",
"underscore" : "~1.6.0",
"underscore.string": "~2.3.3",
"express": "~2.5.11",
"step": "~0.0.5",
"topojson": "0.0.8",
"oauth-client": "0.3.0",
"lru-cache":"~2.5.0",
"log4js": "~0.6.16",
"rollbar": "~0.3.2",
"node-statsd": "~0.0.7"
},
"devDependencies": {
"redis": "0.7.1",
"mocha": "~1.14.0",
"zipfile": "~0.5.0",
"libxmljs": "~0.8.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.8.0 < 0.11" }
}