Back to tabs with 4 spaces again
This commit is contained in:
parent
ecb76ca1de
commit
d11b4608aa
99
package.json
99
package.json
@ -1,52 +1,51 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "cartodb_sql_api",
|
||||
"description": "high speed SQL api for cartodb",
|
||||
"keywords": [
|
||||
"cartodb"
|
||||
],
|
||||
"version": "1.25.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-psql": "~0.6.0",
|
||||
"cartodb-redis": "~0.11.0",
|
||||
"express": "~2.5.11",
|
||||
"log4js": "https://github.com/CartoDB/log4js-node/tarball/cdb",
|
||||
"lru-cache": "~2.5.0",
|
||||
"node-statsd": "~0.0.7",
|
||||
"node-uuid": "^1.4.7",
|
||||
"oauth-client": "0.3.0",
|
||||
"redis": "^2.4.2",
|
||||
"rollbar": "~0.3.2",
|
||||
"step": "~0.0.5",
|
||||
"step-profiler": "~0.1.0",
|
||||
"topojson": "0.0.8",
|
||||
"underscore": "~1.6.0",
|
||||
"queue-async": "^1.0.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"redis": "0.7.1",
|
||||
"request": "~2.60.0",
|
||||
"shapefile": "0.3.0",
|
||||
"mocha": "~1.21.4",
|
||||
"jshint": "~2.6.0",
|
||||
"zipfile": "~0.5.0",
|
||||
"libxmljs": "~0.8.1",
|
||||
"sqlite3": "~3.0.8"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "make test-all"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.8 <0.11",
|
||||
"npm": ">=1.2.1"
|
||||
}
|
||||
"private": true,
|
||||
"name": "cartodb_sql_api",
|
||||
"description": "high speed SQL api for cartodb",
|
||||
"keywords": [
|
||||
"cartodb"
|
||||
],
|
||||
"version": "1.25.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-psql": "~0.6.0",
|
||||
"cartodb-redis": "~0.11.0",
|
||||
"express": "~2.5.11",
|
||||
"log4js": "https://github.com/CartoDB/log4js-node/tarball/cdb",
|
||||
"lru-cache": "~2.5.0",
|
||||
"node-statsd": "~0.0.7",
|
||||
"node-uuid": "^1.4.7",
|
||||
"oauth-client": "0.3.0",
|
||||
"redis": "^2.4.2",
|
||||
"rollbar": "~0.3.2",
|
||||
"step": "~0.0.5",
|
||||
"step-profiler": "~0.1.0",
|
||||
"topojson": "0.0.8",
|
||||
"underscore": "~1.6.0",
|
||||
"queue-async": "^1.0.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"request": "~2.60.0",
|
||||
"shapefile": "0.3.0",
|
||||
"mocha": "~1.21.4",
|
||||
"jshint": "~2.6.0",
|
||||
"zipfile": "~0.5.0",
|
||||
"libxmljs": "~0.8.1",
|
||||
"sqlite3": "~3.0.8"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "make test-all"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.8 <0.11",
|
||||
"npm": ">=1.2.1"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user