diff --git a/package.json b/package.json index b2984da..4e68dad 100644 --- a/package.json +++ b/package.json @@ -1,30 +1,27 @@ { - "name": "ifnode-auth", - "version": "0.1.3", - "description": "Authentication plugin for ifnode", - "main": "index.js", - "scripts": { - "test": "./node_modules/mocha/bin/mocha --ui bdd --check-leaks" - }, - - "keywords": [ - "auth", - "authenticate" - ], - "author": "ilfroloff", - "license": "MIT", - - "dependencies": { - "debug": "2.6.8", - "lodash": "3.9.3", - "passport": "0.3.2" - }, - "devDependencies": { - "supertest": "3.0.0", - "mocha": "3.4.2", - "should": "11.2.1", - - "ifnode": "1.6.6", - "passport-local": "1.0.0" - } + "name": "ifnode-auth", + "version": "0.1.3", + "description": "Authentication plugin for ifnode", + "main": "index.js", + "scripts": { + "test": "./node_modules/mocha/bin/mocha --ui bdd --check-leaks" + }, + "keywords": [ + "auth", + "authenticate" + ], + "author": "ilfroloff", + "license": "MIT", + "dependencies": { + "debug": "2.6.8", + "lodash": "4.17.5", + "passport": "0.3.2" + }, + "devDependencies": { + "supertest": "3.0.0", + "mocha": "3.4.2", + "should": "11.2.1", + "ifnode": "1.6.6", + "passport-local": "1.0.0" + } }