-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.06 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
47
{
"name": "words",
"version": "1.0.0",
"description": "A minimal Words search.",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"express",
"expressjs",
"server",
"node",
"nodejs",
"handlebars",
"boilerplate",
"template",
"templates",
"webserver",
"css"
],
"readmeFilename": "README.md",
"author": {
"name": "Wethrift",
"email": "hello@wethrift.com",
"url": "https://www.wethrift.com"
},
"license": "MIT",
"dependencies": {
"body-parser": "^1.19.0",
"browser-sync": "^2.26.7",
"dotenv": "^8.2.0",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"underscore": "^1.10.2"
},
"repository": {
"type": "git",
"url": "git@github.com:teamwethrift/simple-express-handlebars-boilerplate.git"
},
"bugs": {
"url": "https://github.com/teamwethrift/simple-express-handlebars-boilerplate/issues"
},
"homepage": "https://wethrift.github.io"
}