forked from gauraklein/attaboy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1000 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1000 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
{
"name": "attaboy",
"version": "1.0.0",
"description": "Reddit clone project",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test:coveralls": "jest --coverage --coverageReporters=text-lcov | coveralls",
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gauraklein/attaboy.git"
},
"author": "Gaura, Jeff, Taylor",
"license": "ISC",
"bugs": {
"url": "https://github.com/Gauraklein/attaboy/issues"
},
"homepage": "https://github.com/Gauraklein/attaboy#readme",
"dependencies": {
"bcrypt": "^3.0.6",
"body-parser": "1.19.0",
"express": "4.17.1",
"express-session": "1.17.0",
"jdenticon": "^2.2.0",
"knex": "^0.19.5",
"mustache": "3.1.0",
"nodemon": "1.19.3",
"passport": "0.4.0",
"passport-local": "1.0.0",
"passport-oauth2": "1.5.0",
"pg": "7.12.1",
"session-file-store": "1.3.1",
"uuidv1": "1.6.14"
}
}