-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.59 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
48
49
50
51
52
53
{
"name": "brennan-brown-portflio",
"version": "1.0.0",
"description": "This is my portfolio, showcasing my work as a web developer and writer. Featuring my most recent coding projects, blog posts, and how best to contact me if you're interested in collaboration!",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "nodemon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brennanbrown/portfolio.git"
},
"keywords": [
"nodejs",
"express",
"bootstrap"
],
"author": "Brennan K. Brown",
"license": "MIT",
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.3",
"jest": "^26.0.1",
"nodemon": "^2.0.4",
"prettier": "^2.0.5",
"chai": "^4.2.0",
"mocha": "^7.2.0"
},
"dependencies": {
"animate.css": "^4.1.0",
"body-parser": "^1.19.0",
"bootstrap": "^4.5.0",
"cookie-session": "^1.4.0",
"ejs": "^3.1.3",
"express": "^4.17.1",
"express-validator": "^6.5.0",
"helmet-csp": "^2.10.0",
"http-errors": "^1.7.3"
},
"bugs": {
"url": "https://github.com/brennanbrown/portfolio/issues"
},
"engines": {
"node": "10.x",
"npm": "6.14.4"
},
"homepage": "https://github.com/brennanbrown/portfolio#readme"
}