-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 951 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
{
"author": "Antonio Santiago <[email protected]> (http://acuriousanimal.com)",
"name": "clydeio-request-size-limiter",
"homepage": "https://github.com/clydeio/clydeio-request-size-limiter",
"description": "Request size limiter filter for Clyde API gateway.",
"keywords": [
"clydeio",
"filter",
"request",
"size",
"limiter"
],
"version": "0.1.2",
"repository": {
"type": "git",
"url": "https://github.com/clydeio/clydeio-request-size-limiter.git"
},
"main": "./lib/index.js",
"directories": {
"lib": "./lib"
},
"license": "MIT",
"scripts": {
"lint": "./node_modules/eslint/bin/eslint.js **/*.js",
"test": "./node_modules/mocha/bin/mocha test/**/*.test.js"
},
"engines": {
"node": ">=0.10"
},
"dependencies": {
"raw-body": "^2.1.2"
},
"devDependencies": {
"clydeio": "^0.2.2",
"eslint": "^0.24.0",
"mocha": "^2.2.5",
"supertest": "^1.0.1"
}
}