-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 892 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "koa-json-mask",
"version": "1.0.4",
"repository": {
"type": "git",
"url": "https://github.com/nemtsov/koa-json-mask.git"
},
"bugs": {
"url": "https://github.com/nemtsov/koa-json-mask/issues"
},
"homepage": "https://github.com/nemtsov/koa-json-mask#readme",
"description": "Middleware allowing the client to filter the response to only what they need",
"directories": {
"example": "examples",
"test": "test"
},
"keywords": [
"koa",
"middleware",
"performance",
"mask",
"field",
"filter",
"partial",
"partial response"
],
"dependencies": {
"json-mask": "^1.0.4"
},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"koa": "^2.4.1",
"mocha": "^5.0.0",
"supertest": "^3.0.0"
},
"engines": {
"node": ">=7.6.0"
},
"files": [
"index.js"
],
"license": "MIT"
}