summaryrefslogtreecommitdiff
path: root/node_modules/notp/package.json
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-08-10 10:38:44 +0200
committerMinteck <contact@minteck.org>2022-08-10 10:38:44 +0200
commitc6dbf0450566c40efc4a26f4f0717452b6ef95cd (patch)
treeb4be2d508223820d0a77d5a3e35e82684da3b6ec /node_modules/notp/package.json
downloadhornchat-c6dbf0450566c40efc4a26f4f0717452b6ef95cd.tar.gz
hornchat-c6dbf0450566c40efc4a26f4f0717452b6ef95cd.tar.bz2
hornchat-c6dbf0450566c40efc4a26f4f0717452b6ef95cd.zip
Initial commitHEADmane
Diffstat (limited to 'node_modules/notp/package.json')
-rw-r--r--node_modules/notp/package.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/node_modules/notp/package.json b/node_modules/notp/package.json
new file mode 100644
index 0000000..06b8442
--- /dev/null
+++ b/node_modules/notp/package.json
@@ -0,0 +1,22 @@
+{
+ "author": "Guy Halford-Thompson <guy@guy.ht> (http://guy.ht)",
+ "name": "notp",
+ "description": "Node One Time Password library, supports HOTP, TOTP and works with Google Authenticator",
+ "version": "2.0.3",
+ "homepage": "https://github.com/guyht/notp",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/guyht/notp.git"
+ },
+ "main": "index.js",
+ "scripts": {
+ "test": "NODE_ENV=test mocha"
+ },
+ "engines": {
+ "node": "> v0.6.0"
+ },
+ "dependencies": {},
+ "devDependencies": {
+ "mocha": "~1.18.2"
+ }
+}