-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 948 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
{
"name": "pet-finder",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "Bears Team 12",
"license": "ISC",
"dependencies": {
"axios": "^0.16.2",
"bcryptjs": "^2.4.3",
"connect-flash": "^0.1.1",
"dec-to-hex": "^2.0.0",
"dotenv": "^4.0.0",
"ejs": "^2.5.8",
"express": "^4.15.3",
"express-session": "^1.15.4",
"file-type": "^7.6.0",
"form-data": "^2.3.2",
"fs": "0.0.1-security",
"moment": "^2.22.1",
"mongoose": "^5.0.0",
"mongoose-find-or-create": "^1.3.1",
"mongoose-findorcreate": "^2.0.0",
"multer": "^1.3.0",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-jwt": "^3.0.1",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"read-chunk": "^2.1.0"
}
}