UNPKG

588 BJSONView Raw
1{
2 "name": "@fusion.io/authenticate",
3 "version": "1.0.2",
4 "description": "Better Authentication for better Geeks.",
5 "repository": "https://github.com/fusion-io/authenticate",
6 "main": "index.js",
7 "scripts": {
8 "test": "echo \"Error: no test specified\" && exit 1"
9 },
10 "author": "rikky <son.levuthai@gmail.com>",
11 "license": "MIT",
12 "devDependencies": {
13 "body-parser": "^1.19.0",
14 "express": "^4.17.1",
15 "koa": "^2.7.0",
16 "koa-body": "^4.1.0",
17 "koa-router": "^7.4.0",
18 "simple-oauth2": "^2.2.1"
19 },
20 "dependencies": {
21 "request": "^2.88.0"
22 }
23}