-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 929 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 929 Bytes
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": "pintpint",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "8.10.0"
},
"scripts": {
"start": "node index.js",
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Amosar/PinPint.git"
},
"keywords": [
"Beer",
"bar"
],
"author": "Jordan Sleigh, James Stevenson, Paul Collins, Maxime Cassina",
"license": "ISC",
"bugs": {
"url": "https://github.com/Amosar/PinPint/issues"
},
"homepage": "https://github.com/Amosar/PinPint#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"connect-ensure-login": "^0.1.1",
"ejs": "^2.5.8",
"express": "^4.16.3",
"express-session": "^1.15.6",
"mongodb": "^3.0.4",
"morgan": "^1.9.0",
"nodemailer": "^4.6.4",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"uuid": "^3.2.1"
}
}