-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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
{
"name": "calibrate-kombucha",
"version": "1.0.0",
"description": "Calibrate Kombucha static site",
"main": "server.js",
"scripts": {
"test": "mocha ./tests/",
"start": "node server.js"
},
"dependencies": {
"body-parser": "^1.18.3",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"express-handlebars": "^3.0.0",
"handlebars": "^4.3.0",
"handlebars-helpers": "^0.10.0",
"http": "0.0.0",
"mailgun-js": "^0.22.0",
"mongoose": "^5.7.5",
"morgan": "^1.9.1",
"nodemailer": "^5.1.1",
"nodemailer-mailgun-transport": "^1.4.0",
"serve-static": "^1.13.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PhyllisWong/calibrate-kombucha.git"
},
"keywords": [
"cbd"
],
"author": "Phyllis Wong",
"license": "MIT",
"bugs": {
"url": "https://github.com/PhyllisWong/calibrate-kombucha/issues"
},
"homepage": "https://github.com/PhyllisWong/calibrate-kombucha#readme",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.0.2"
}
}