-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 924 Bytes
/
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
{
"name": "clclark-fcc-pinclone",
"version": "1.0.1",
"description": "Pintrest Clone for Free Code Camp requirements",
"main": "server.js",
"repository": {
"type": "git",
"url": "git+https://github.com/CLClark/pinclone"
},
"homepage": "https://fcc-book-club.herokuapp.com/",
"bugs": "https://github.com/CLClark/pinclone/issues",
"keywords": [
"full stack",
"Express",
"Node",
"javascript",
"nginx",
"herokuapp"
],
"scripts": {
"start": "node server.js"
},
"authors": "Chris L Clark",
"license": "MIT",
"dependencies": {
"body-parser": "^1.18.2",
"connect-pg-simple": "^4.2.1",
"cors": "^2.8.4",
"dotenv": "^1.2.0",
"express": "^4.16.2",
"express-session": "^1.15.6",
"jquery": "^3.3.1",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-twitter": "^1.0.4",
"pg": "^7.4.1",
"queue": "^4.4.2"
}
}