line-login
Version:
SDK to use LINE Login in express based node.js application
42 lines (41 loc) • 961 B
JSON
{
"name": "line-login",
"version": "1.0.14",
"description": "SDK to use LINE Login in express based node.js application",
"main": "index.js",
"private": false,
"scripts": {
"start": "node sample-server.js",
"test": "mocha --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nkjm/line-login.git"
},
"keywords": [
"LINE",
"OAuth",
"OpenID Connect"
],
"author": "Kazuki Nakajima",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/nkjm/line-login/issues"
},
"homepage": "https://github.com/nkjm/line-login#readme",
"dependencies": {
"bluebird": "^3.5.1",
"debug": "^3.1.0",
"dotenv": "^4.0.0",
"express": "^4.16.3",
"express-session": "^1.15.6",
"jsonwebtoken": "^8.3.0",
"request": "^2.87.0",
"secure-compare": "^3.0.1"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"mocha": "^4.1.0"
}
}