Adding description to the npm package

pull/5/head
Clement Michaud 2016-12-18 13:42:17 +01:00
parent 9c445f41d9
commit 7e2f43266d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "two-factor-auth-server", "name": "two-factor-auth-server",
"version": "1.0.9", "version": "1.0.9",
"description": "", "description": "Simple two factor authentication server with LDAP backend and TOTP",
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {
"test": "./node_modules/.bin/mocha --recursive test/unitary", "test": "./node_modules/.bin/mocha --recursive test/unitary",