86 lines
2.1 KiB
JSON
Raw Normal View History

2017-09-14 20:06:51 +02:00
{
"name": "speakeasy",
"description": "Two-factor authentication for Node.js. One-time passcode generator (HOTP/TOTP) with support for Google Authenticator.",
"version": "2.0.0",
"author": {
"name": "Mark Bao & Speakeasy Contributors",
"email": "mark@markbao.com"
},
"contributors": [
{
"name": "Michael Phan-Ba",
"email": "michael@mikepb.com"
},
{
"name": "Guy Halford-Thompson",
"email": "guy@cach.me"
}
],
"homepage": "http://github.com/speakeasyjs/speakeasy",
"bugs": {
"url": "https://github.com/speakeasyjs/speakeasy/issues"
},
"keywords": [
"authentication",
"google authenticator",
"hmac",
"hotp",
"multi-factor",
"one-time password",
"passwords",
"totp",
"two factor",
"two-factor",
"two-factor authentication"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/speakeasyjs/speakeasy.git"
},
"main": "index.js",
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"base32.js": "0.0.1"
},
"devDependencies": {
"chai": "^3.4.1",
"coveralls": "^2.11.6",
"istanbul": "^0.4.2",
"jsdoc": "^3.3.1",
"mocha": "^2.2.5",
"semistandard": "^7.0.5",
"snazzy": "^2.0.1"
},
"scripts": {
"test": "mocha",
"doc": "jsdoc -c jsdoc.json && sed -i '' -e 's//./g' docs/speakeasy/*/*.html",
"cover": "istanbul cover _mocha -- test/* -R spec",
"lint": "semistandard --verbose | snazzy"
},
"gitHead": "4e0aa91dee166306e07ea11e371d5a5df95f4391",
"_id": "speakeasy@2.0.0",
"_shasum": "85c91a071b09a5cb8642590d983566165f57613a",
"_from": "speakeasy@latest",
"_npmVersion": "3.3.12",
"_nodeVersion": "5.1.0",
"_npmUser": {
"name": "markbao",
"email": "mark@markbao.com"
},
"dist": {
"shasum": "85c91a071b09a5cb8642590d983566165f57613a",
"tarball": "https://registry.npmjs.org/speakeasy/-/speakeasy-2.0.0.tgz"
},
"maintainers": [
{
"name": "markbao",
"email": "mark@markbao.com"
}
],
"directories": {},
"_resolved": "https://registry.npmjs.org/speakeasy/-/speakeasy-2.0.0.tgz"
}