-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 900 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
{
"name": "derouter",
"version": "0.2.1",
"description": "Declarative router module for Express.",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"basic-example": "node ./example/basic/main.js",
"splitted-config-example": "node ./exampe/splitted-config/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomasKavan/derouter.git"
},
"keywords": [
"express",
"router",
"declarative"
],
"author": "Tomas Kavan <[email protected]>",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/tomasKavan/derouter/issues"
},
"homepage": "https://github.com/tomasKavan/derouter#readme",
"dependencies": {
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"http-status-codes": "^1.4.0",
"passport": "^0.4.1"
}
}