-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·56 lines (56 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·56 lines (56 loc) · 1.39 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "Fason",
"version": "1.0.0",
"description": "Relooking company",
"private": true,
"main": "app.js",
"author": "Oulachyov & Souleymanov",
"license": "ISC",
"dependencies": {
"bcryptjs": "*",
"body-parser": "*",
"compression": "^1.6.2",
"connect-timeout": "^1.8.0",
"cookie-parser": "*",
"dotenv": "^4.0.0",
"express": "*",
"express-cache-control": "^1.0.2",
"express-device": "^0.4.2",
"express-google-analytics": "^1.0.2",
"express-handlebars": "*",
"express-session": "*",
"express-validator": "*",
"formidable": "^1.0.17",
"handlebars": "^4.0.10",
"http": "0.0.0",
"https": "^1.0.0",
"image-size": "^0.5.0",
"imagesloaded": "^4.1.1",
"jquery": "^3.1.1",
"just-handlebars-helpers": "^1.0.13",
"masonry-layout": "^4.1.1",
"moment": "^2.17.1",
"mongo-query": "^0.5.7",
"mongo-relation": "^0.5.4",
"mongodb": "*",
"mongoose": "*",
"mongoose-aggregate-paginate": "^1.0.5",
"mongoose-relationship": "^0.1.5",
"multer": "^1.2.0",
"multer-storage-s3": "^1.1.1",
"node-uuid": "^1.4.7",
"nodemailer": "~0.7.1",
"passport": "*",
"passport-http": "*",
"passport-local": "*",
"promise": "^7.1.1",
"pusher": "^1.5.1",
"s3fs": "^2.5.0",
"socket.io": "^1.7.2",
"twilio": "^2.11.1"
},
"engines": {
"node": "7.8.0",
"npm": "4.4.4"
}
}