From 1f453838878b8b4bc898678702acd00a8f580c5f Mon Sep 17 00:00:00 2001 From: Nilson Jacques Date: Fri, 22 Jan 2016 11:23:57 -0200 Subject: [PATCH 1/2] Add MIT license --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..8143d9b --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016 SitePoint + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From 51cb24450a78c35e9e55762f66321c21e3c6979f Mon Sep 17 00:00:00 2001 From: KERTZ Date: Sat, 10 Dec 2016 17:53:49 -0600 Subject: [PATCH 2/2] updated package.json for pug --- package.json | 32 +++++++++++++++---------------- views/{error.jade => error.pug} | 0 views/{index.jade => index.pug} | 0 views/{layout.jade => layout.pug} | 0 4 files changed, 16 insertions(+), 16 deletions(-) rename views/{error.jade => error.pug} (100%) rename views/{index.jade => index.pug} (100%) rename views/{layout.jade => layout.pug} (100%) diff --git a/package.json b/package.json index fae7dc1..e64fb9f 100644 --- a/package.json +++ b/package.json @@ -6,26 +6,26 @@ "start": "node ./bin/www" }, "dependencies": { - "body-parser": "~1.10.2", - "cookie-parser": "~1.3.3", - "debug": "~2.1.1", - "express": "~4.11.1", - "express-jwt": "^3.0.1", - "jade": "~1.9.1", - "jsonwebtoken": "^5.0.4", - "mongoose": "^4.1.2", + "body-parser": "~1.15.2", + "cookie-parser": "~1.4.3", + "debug": "~2.3.3", + "express": "~4.14.0", + "express-jwt": "^5.1.0", + "pug": "2.0.0-beta6", + "jsonwebtoken": "^7.2.1", + "mongoose": "^4.6.8", "morgan": "~1.5.1", - "passport": "^0.2.2", + "passport": "^0.3.2", "passport-local": "^1.0.0", - "serve-favicon": "~2.2.0" + "serve-favicon": "~2.3.2" }, "devDependencies": { - "gulp": "^3.9.0", + "gulp": "^3.9.1", "gulp-concat": "^2.6.0", - "gulp-ng-annotate": "^1.1.0", - "gulp-ng-html2js": "^0.2.0", - "gulp-sourcemaps": "^1.5.2", - "gulp-uglify": "^1.2.0", - "gulp-watch": "^4.3.4" + "gulp-ng-annotate": "^2.0.0", + "gulp-ng-html2js": "^0.2.2", + "gulp-sourcemaps": "^1.9.1", + "gulp-uglify": "^2.0.0", + "gulp-watch": "^4.3.11" } } diff --git a/views/error.jade b/views/error.pug similarity index 100% rename from views/error.jade rename to views/error.pug diff --git a/views/index.jade b/views/index.pug similarity index 100% rename from views/index.jade rename to views/index.pug diff --git a/views/layout.jade b/views/layout.pug similarity index 100% rename from views/layout.jade rename to views/layout.pug