CartoDB-SQL-API/package.json
2018-06-08 14:58:17 +02:00

67 lines
1.8 KiB
JSON

{
"private": true,
"name": "cartodb_sql_api",
"description": "high speed SQL api for cartodb",
"keywords": [
"cartodb"
],
"version": "2.0.1",
"repository": {
"type": "git",
"url": "git://github.com/CartoDB/CartoDB-SQL-API.git"
},
"license": "BSD-3-Clause",
"author": "Vizzuality <contact@vizzuality.com> (http://vizzuality.com)",
"contributors": [
"Simon Tokumine <simon@vizzuality.com>",
"Sandro Santilli <strk@vizzuality.com>"
],
"dependencies": {
"@carto/fqdn-sync": "0.2.2",
"basic-auth": "^2.0.0",
"bintrees": "1.0.1",
"bunyan": "1.8.1",
"cartodb-psql": "0.12.0",
"cartodb-query-tables": "0.2.0",
"cartodb-redis": "1.0.0",
"debug": "2.2.0",
"express": "~4.13.3",
"log4js": "cartodb/log4js-node#cdb",
"lru-cache": "~2.5.0",
"multer": "~1.2.0",
"node-statsd": "~0.0.7",
"node-uuid": "^1.4.7",
"oauth-client": "0.3.0",
"qs": "~6.2.1",
"queue-async": "~1.0.7",
"redis-mpool": "0.5.0",
"redlock": "2.0.1",
"request": "~2.75.0",
"step": "~0.0.5",
"step-profiler": "~0.3.0",
"topojson": "0.0.8",
"underscore": "~1.6.0",
"yargs": "~5.0.0"
},
"devDependencies": {
"istanbul": "0.4.5",
"jshint": "~2.6.0",
"libxmljs": "0.18.0",
"mocha": "3.2.0",
"shapefile": "0.3.0",
"sqlite3": "4.0.0",
"zipfile": "0.5.11"
},
"scripts": {
"test": "make test-all",
"test:unit": "mocha test/unit/**/*.js",
"test:unit:watch": "npm run test:unit -- -w",
"docker-test": "docker run -v `pwd`:/srv carto/nodejs6-xenial-pg101 bash test/run_tests_docker.sh && docker ps --filter status=dead --filter status=exited -aq | xargs -r docker rm -v",
"docker-bash": "docker run -it -v `pwd`:/srv carto/nodejs6-xenial-pg101 bash"
},
"engines": {
"node": ">= 4.5.0",
"npm": ">=1.2.1"
}
}