CartoDB-SQL-API/package.json

46 lines
1.3 KiB
JSON
Raw Normal View History

{
2011-10-08 00:28:07 +08:00
"private": true,
"name": "cartodb_sql_api",
2011-10-08 00:28:07 +08:00
"description": "high speed SQL api for cartodb",
2013-11-28 18:17:33 +08:00
"keywords": [
"cartodb"
],
2015-04-09 16:50:30 +08:00
"version": "1.22.1",
"repository": {
"type": "git",
"url": "git://github.com/CartoDB/CartoDB-SQL-API.git"
2011-10-08 00:28:07 +08:00
},
"author": "Vizzuality <contact@vizzuality.com> (http://vizzuality.com)",
"contributors": [
"Simon Tokumine <simon@vizzuality.com>",
"Sandro Santilli <strk@vizzuality.com>"
],
2011-10-08 00:28:07 +08:00
"dependencies": {
2015-02-19 21:54:49 +08:00
"cartodb-redis": "~0.11.0",
2015-02-20 22:01:07 +08:00
"cartodb-psql": "~0.5.1",
2015-02-19 21:54:49 +08:00
"step-profiler": "~0.1.0",
2014-08-20 18:34:01 +08:00
"underscore": "~1.6.0",
"express": "~2.5.11",
2014-08-11 23:33:42 +08:00
"step": "~0.0.5",
2013-05-23 19:21:23 +08:00
"topojson": "0.0.8",
2014-08-11 23:33:42 +08:00
"oauth-client": "0.3.0",
"lru-cache":"~2.5.0",
"log4js": "https://github.com/CartoDB/log4js-node/tarball/cdb",
"rollbar": "~0.3.2",
2014-03-20 18:22:13 +08:00
"node-statsd": "~0.0.7"
2011-10-08 00:28:07 +08:00
},
"devDependencies": {
"redis": "0.7.1",
"mocha": "~1.21.4",
"zipfile": "~0.5.0",
"libxmljs": "~0.8.1"
2011-10-08 00:28:07 +08:00
},
"scripts": {
"test": "test/run_tests.sh ${RUNTESTFLAGS} test/unit/*.js test/unit/model/*.js test/acceptance/*.js test/acceptance/export/*.js"
2011-10-08 00:28:07 +08:00
},
2014-10-14 21:17:05 +08:00
"engines": {
"node": ">=0.8 <0.11",
"npm": ">=1.2.1"
}
}