UNPKG

koa-protobuf

Version:

protobuf.js parser and sender middleware for koa

55 lines (54 loc) 1.2 kB
{ "name": "koa-protobuf", "version": "0.1.1", "description": "protobuf.js parser and sender middleware for koa", "main": "lib/koa-protobuf.js", "scripts": { "test": "nyc mocha", "test-no-cover": "mocha" }, "keywords": [ "koa", "middleware", "protobuf", "protocol-buffers", "protobufjs" ], "repository": { "type": "git", "url": "git://github.com/bbridges/koa-protobuf.git" }, "author": "Bradley Bridges <blbridges96@gmail.com>", "bugs": { "url": "https://github.com/bbridges/superagent-protobuf/issues" }, "homepage": "https://github.com/bbridges/superagent-protobuf", "license": "MIT", "engines": { "node": ">=7.6.0" }, "dependencies": { "co-body": "^6.0.0", "content-type": "^1.0.4", "raw-body": "^2.3.3" }, "devDependencies": { "chai": "^4.1.2", "coveralls": "^3.0.1", "koa": "^2.5.1", "koa-bodyparser": "^4.2.1", "koa-router": "^7.4.0", "mocha": "^5.2.0", "nyc": "^12.0.2", "protobufjs": "~6.8.6", "request": "^2.87.0", "request-promise-native": "^1.0.5" }, "files": [ "lib/", "package.json", "README.md", "CHANGELOG.md", "LICENSE" ] }