From 5722748f72d1405a9175fad37e5bc908ea47a3f2 Mon Sep 17 00:00:00 2001 From: Jose Maria Villac Pinheiro Date: Fri, 4 May 2018 09:53:37 -0300 Subject: [PATCH] V. 0.2.2 - Preparação para receber o React Client --- .gitignore | 2 ++ bin/www | 2 +- package-lock.json | 18 ++++++++++-------- package.json | 7 +++++-- 4 files changed, 18 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 55e810b..56eb323 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ node_modules keys.js +client +_netrc \ No newline at end of file diff --git a/bin/www b/bin/www index 22180ae..7388df3 100644 --- a/bin/www +++ b/bin/www @@ -12,7 +12,7 @@ var http = require('http'); * Get port from environment and store in Express. */ -var port = normalizePort(process.env.PORT || '3000'); +var port = normalizePort(process.env.PORT || '5000'); app.set('port', port); /** diff --git a/package-lock.json b/package-lock.json index 9a4b6e7..e82d0ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { - "name": "pg-node", - "version": "0.0.0", + "name": "GeoSanWeb", + "version": "0.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -56,7 +56,14 @@ "resolved": "https://registry.npmjs.org/async/-/async-2.6.0.tgz", "integrity": "sha1-YaKau2/MAm/qd+VtHG7FOnlZUfQ=", "requires": { - "lodash": "4.17.5" + "lodash": "4.17.10" + }, + "dependencies": { + "lodash": { + "version": "4.17.10", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.10.tgz", + "integrity": "sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==" + } } }, "babel-runtime": { @@ -476,11 +483,6 @@ "resolved": "https://registry.npmjs.org/leaflet-draw/-/leaflet-draw-1.0.2.tgz", "integrity": "sha512-iCcbXE9okhwznoTXjxVjoGFoKeiWGsgmWPKrPAeHUvtWZWK4t6YF6815D13wZoMxX2UM6tOmD7/VofCxx3S0+w==" }, - "lodash": { - "version": "4.17.5", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.5.tgz", - "integrity": "sha1-maktZcAnLevoyWtgV7yPv6O+1RE=" - }, "longest": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/longest/-/longest-1.0.1.tgz", diff --git a/package.json b/package.json index 2419ee1..f19d598 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,8 @@ { - "name": "pg-node", - "version": "0.0.0", + "name": "GeoSanWeb", + "version": "0.2.1", + "description": "Map application for water companies", + "repository": "git@bitbucket.org:nexusbr/geosanweb.git", "private": true, "engines": { "node": "8.10.0", @@ -10,6 +12,7 @@ "start": "node ./bin/www", "dev": "nodemon ./bin/www" }, + "author": "José Maria Villac Pinheiro", "dependencies": { "body-parser": "~1.18.2", "cookie-parser": "~1.4.3", -- libgit2 0.21.2