otp-generator
Version:
One time password generator
43 lines (42 loc) • 1.05 kB
JSON
{
"name": "otp-generator",
"version": "4.0.1",
"description": "One time password generator",
"main": "index.js",
"engines": {
"node": ">=14.10.0"
},
"scripts": {
"test": "standard && nyc --reporter=html --reporter=text mocha test/",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "https://github.com/Maheshkumar-Kakade/otp-generator.git"
},
"bugs": {
"url": "https://github.com/Maheshkumar-Kakade/otp-generator/issues"
},
"homepage": "https://github.com/Maheshkumar-Kakade/otp-generator#readme",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Maheshkumar-Kakade/otp-generator/LICENSE"
}
],
"keywords": [
"OTP",
"password-generator",
"password",
"generator"
],
"author": "Maheshkumar Kakade <maheshkumarkakade@gmail.com>",
"license": "MIT",
"devDependencies": {
"coveralls": "^3.1.1",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"should": "^13.2.3",
"standard": "^17.0.0"
}
}