UNPKG

826 BJSONView Raw
1{
2 "name": "koa-compress",
3 "description": "Compress middleware for koa",
4 "version": "0.0.1",
5 "author": {
6 "name": "Jonathan Ong",
7 "email": "me@jongleberry.com",
8 "url": "http://jongleberry.com",
9 "twitter": "https://twitter.com/jongleberry"
10 },
11 "license": "MIT",
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/jonathanong/koa-compress.git"
15 },
16 "bugs": {
17 "mail": "me@jongleberry.com",
18 "url": "https://github.com/jonathanong/koa-compress/issues"
19 },
20 "dependencies": {
21 "negotiator": "0.2.7",
22 "bytes": "0.2.1"
23 },
24 "peerDependencies": {
25 "koa": "*"
26 },
27 "devDependencies": {
28 "koa": "*",
29 "mocha": "~1.12.0",
30 "should": "~1.2.2",
31 "supertest": "~0.7.1"
32 },
33 "scripts": {
34 "test": "make test"
35 },
36 "engines": {
37 "node": "> 0.11.4"
38 }
39}
\No newline at end of file