UNPKG

koa-eula

Version:
52 lines (51 loc) 1.03 kB
{ "name": "koa-eula", "version": "2.1.1", "description": "Koa eula middleware.", "keywords": [ "authz", "authorization", "http", "jwt", "json", "middleware", "token", "eula", "koa", "license" ], "repository": { "type": "git", "url": "git://github.com/xploratics/koa-eula.git" }, "bugs": { "url": "https://github.com/xploratics/koa-eula/issues" }, "homepage": "https://github.com/xploratics/koa-eula", "author": { "name": "Dany Laporte", "email": "dany.laporte@gmail.com" }, "licenses": [{ "type": "MIT", "url": "http://www.opensource.org/licenses/MIT" }], "main": "./lib", "dependencies": { "jsonwebtoken": "^8.1.1", "koa-unless": "^1.0.7" }, "devDependencies": { "koa": "^2.5.0", "mocha": "~5.0.1", "nyc": "^11.4.1", "supertest": "~3.0.0" }, "engines": { "node": ">= 7.6.0" }, "scripts": { "test": "nyc npm run test-only", "test-only": "mocha --reporter spec --bail test/test.js" } }