-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathpackage.json
46 lines (46 loc) · 1.01 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
{
"name": "simple-rest-server-no-db",
"version": "0.0.1",
"description": "Simple Rest server based on files. no database needed.",
"main": "server.js",
"dependencies": {
"body-parser": "~1.8.4",
"cookie-parser": "~1.3.3",
"debug": "~2.0.0",
"express": "~4.9.8",
"hbs": "~2.7.0",
"morgan": "~1.3.2",
"serve-favicon": "~2.1.7"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/gaurang171/simple-rest-server-no-db"
},
"keywords": [
"rest",
"rest",
"server",
"resr",
"server",
"without",
"database",
"no",
"database",
"file",
"structure",
"based",
"directory",
"based"
],
"author": "Gaurang Patel",
"license": "MIT",
"bugs": {
"url": "https://github.com/gaurang171/simple-rest-server-no-db/issues"
},
"homepage": "https://github.com/gaurang171/simple-rest-server-no-db"
}