Adapt package.json to repo name change

Clement Michaud 2016-12-18 02:41:37 +01:00
parent 226077ccb8
commit c56f426266
1 changed files with 5 additions and 6 deletions

View File

@ -1,5 +1,5 @@
{ {
"name": "ldap-totp-nginx-auth", "name": "two-factor-auth-server",
"version": "1.0.4", "version": "1.0.4",
"description": "", "description": "",
"main": "src/index.js", "main": "src/index.js",
@ -10,14 +10,13 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/clems4ever/ldap-totp-nginx-auth.git" "url": "git+https://github.com/clems4ever/two-factor-auth-server"
}, },
"author": "", "author": "Clement Michaud <clement.michaud34@gmail.com>",
"license": "ISC", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/clems4ever/ldap-totp-nginx-auth/issues" "url": "https://github.com/clems4ever/two-factor-auth-server/issues"
}, },
"homepage": "https://github.com/clems4ever/ldap-totp-nginx-auth#readme",
"dependencies": { "dependencies": {
"body-parser": "^1.15.2", "body-parser": "^1.15.2",
"cookie-parser": "^1.4.3", "cookie-parser": "^1.4.3",