-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 883 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
{
"name": "rest-auto-router",
"version": "3.6.12",
"description": "Simple auto router for Node.js raw http designed for JSON RESTful API",
"main": "main.js",
"scripts": {
"test": "node ./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leomp12/nodejs-rest-auto-router.git"
},
"keywords": [
"rest",
"api",
"rest api",
"restful",
"restful api",
"json",
"restful json api",
"auto router",
"auto route",
"web",
"server",
"web server",
"http",
"raw http",
"nodejs",
"node",
"node raw http"
],
"dependencies": {
"etag": "^1.8.1"
},
"author": "Leonardo Matos de Paula",
"license": "MIT",
"bugs": {
"url": "https://github.com/leomp12/nodejs-rest-auto-router/issues"
},
"homepage": "https://github.com/leomp12/nodejs-rest-auto-router#readme"
}