-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 881 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 881 Bytes
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
{
"name": "@openovate/express-router",
"version": "0.0.17",
"description": "Express routing with priority settings.",
"repository": {
"type": "git",
"url": "git+https://github.com/Openovate/express-router.git"
},
"keywords": [
"express",
"router"
],
"author": "Christian Blanquera <cblanquera@openovate.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Openovate/express-router/issues"
},
"homepage": "https://github.com/Openovate/express-router#readme",
"main": "src/index.js",
"files": [
"src"
],
"scripts": {
"test": "jest"
},
"dependencies": {
"@openovate/jsm": "^0.0.16",
"formidable": "^1.2.1",
"methods": "^1.1.2",
"path-to-regexp": "^3.1.0",
"querystrings": "^0.4.0"
},
"devDependencies": {
"express": "^4.17.1",
"jest": "^24.9.0",
"node-fetch": "^2.6.0"
}
}