-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
42 lines (42 loc) · 877 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
{
"name": "totoro-node",
"version": "2.0.5",
"description": "Route Management for API Versioning",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"express": "^4.17.1",
"winston": "^3.3.3"
},
"repository": {
"url": "git://github.com/VGJohn/totoro.git",
"type": "git"
},
"keywords": [
"api",
"api version",
"api versions",
"api-versioning",
"node",
"node.js",
"totoro",
"totoro-node",
"route",
"routes",
"route manager",
"express",
"express router",
"route management",
"module",
"api version manager",
"deprecate routes",
"reduce code duplication"
],
"author": "VGJohn",
"maintainers": [
"Tushar Pandey <[email protected]> (https://github.com/tusharpandey13)"
],
"license": "MIT"
}