-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "brian.hollingsworth.codes",
"version": "2.0.3",
"description": "A robust resume to show off what I can do.",
"main": "server.js",
"directories": {
"test": "tests"
},
"dependencies": {
"bootstrap": ">=4.3.1",
"chai": "4.2.0",
"chai-http": "4.2.0",
"connect-favicons": "0.1.5",
"ejs": "2.6.1",
"express": "4.16.4",
"jquery": "3.4.0",
"mime": "2.3.1",
"mocha": "5.2.0",
"mongodb": "2.2.19",
"morgan": "1.9.1",
"object-assign": "4.1.1",
"path": "0.12.7",
"popper.js": "^1.14.7",
"serve-favicon": "2.5.0"
},
"devDependencies": {},
"scripts": {
"test": "mocha",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brianHollingsworth/brian.hollingsworth.codes.git"
},
"author": "Brian J. Hollingsworth",
"license": "ISC",
"bugs": {
"url": "https://github.com/brianHollingsworth/brian.hollingsworth.codes/issues"
},
"homepage": "https://github.com/brianHollingsworth/brian.hollingsworth.codes#readme"
}