-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
49 lines (49 loc) · 1.12 KB
/
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
46
47
48
49
{
"name": "connect-rest",
"version": "3.0.33",
"description": "Exceptionally featureful RESTful web services middleware for Connect.",
"keywords": [
"connect",
"rest",
"restful",
"router",
"api"
],
"homepage": "https://github.com/imrefazekas/connect-rest",
"repository": {
"type": "git",
"url": "git://github.com/imrefazekas/connect-rest.git"
},
"bugs": {
"url": "http://github.com/imrefazekas/connect-rest/issues"
},
"author": {
"name": "Imre Fazekas",
"email": "[email protected]"
},
"license": "MIT",
"main": "./lib/rest-services.js",
"dependencies": {
"assign.js": "^2.8.11",
"axios": "^0.19.2",
"form-data": "^3.0.0",
"isa.js": "^2.2.12",
"pino": "~6",
"pino-pretty": "^4.0.3",
"proback.js": "^2.1.10",
"semver": "^7.3.2"
},
"devDependencies": {
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"compression": "^1.7.4",
"connect": "~3",
"connect-timeout": "^1.9.0",
"cookie-parser": "^1.4.5",
"cookie-session": "^2.0.0-beta.3",
"serve-static": "^1.14.1"
},
"engines": {
"node": ">= 8.0.0"
}
}