@codemaster138/authy-client
Version:
Client for the authy API
37 lines (36 loc) • 970 B
JSON
{
"name": "@codemaster138/authy-client",
"version": "1.0.2",
"description": "Client for the authy API",
"main": "dist/authy.js",
"scripts": {
"start": "npx webpack --watch --config webpack.dev.js",
"build": "npx webpack --mode=production --config webpack.prod.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codemaster138/authy-client.git"
},
"keywords": [
"Frontend",
"Authy",
"Client",
"Authorization"
],
"author": "Jake Sarjeant <pygamer138@gmail.com>",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/codemaster138/authy-client/issues"
},
"homepage": "https://github.com/codemaster138/authy-client#readme",
"dependencies": {
"cookee": "0.0.1",
"webpack": "^4.44.1",
"webpack-merge": "^5.1.1"
},
"devDependencies": {
"static-server": "^2.2.1",
"webpack-cli": "^3.3.12"
}
}