Update package.json
This commit is contained in:
parent
8ec78c9286
commit
fc3a149657
22
package.json
22
package.json
@ -1,22 +1,30 @@
|
|||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "cartodb_sql_api",
|
"name": "cartodb-sql-api",
|
||||||
"description": "high speed SQL api for cartodb",
|
|
||||||
"keywords": [
|
|
||||||
"cartodb"
|
|
||||||
],
|
|
||||||
"version": "5.0.1",
|
"version": "5.0.1",
|
||||||
|
"description": "High speed SQL API for CARTO",
|
||||||
|
"keywords": [
|
||||||
|
"carto",
|
||||||
|
"sql",
|
||||||
|
"batch",
|
||||||
|
"import",
|
||||||
|
"export",
|
||||||
|
"geospatial"
|
||||||
|
],
|
||||||
|
"url": "https://github.com/CartoDB/CartoDB-SQL-API",
|
||||||
|
"license": "BSD-3-Clause",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/CartoDB/CartoDB-SQL-API.git"
|
"url": "git://github.com/CartoDB/CartoDB-SQL-API.git"
|
||||||
},
|
},
|
||||||
"license": "BSD-3-Clause",
|
"author": "CARTO (https://carto.com)",
|
||||||
"author": "Vizzuality <contact@vizzuality.com> (http://vizzuality.com)",
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"Simon Tokumine <simon@vizzuality.com>",
|
"Simon Tokumine <simon@vizzuality.com>",
|
||||||
"Sandro Santilli <strk@vizzuality.com>",
|
"Sandro Santilli <strk@vizzuality.com>",
|
||||||
|
"Raúl Ochoa <rochoa@carto.com>",
|
||||||
"Daniel García Aubert <dgaubert@carto.com>"
|
"Daniel García Aubert <dgaubert@carto.com>"
|
||||||
],
|
],
|
||||||
|
"main": "app.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@carto/fqdn-sync": "0.2.2",
|
"@carto/fqdn-sync": "0.2.2",
|
||||||
"basic-auth": "^2.0.0",
|
"basic-auth": "^2.0.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user