-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
105 lines (105 loc) · 2.43 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "friend.ly",
"version": "1.0.0",
"scripts": {
"start": "node ./bin/www",
"test": "mocha && node ./bin/www",
"test-run": "node ./bin/www --test",
"dev": "nodemon ./bin/www"
},
"dependencies": {
"apikeygen": "^1.1.0",
"array-tools": "2.0.9",
"axios": "^0.19.2",
"bcrypt-nodejs": "0.0.3",
"chai": "^4.2.0",
"compression": "^1.7.4",
"connect-mongo": "^3.2.0",
"cookie-parser": "~1.4.5",
"correlation-rank": "^0.2.0",
"debug": "~4.1.1",
"dotenv": "^8.2.0",
"ejs": "~3.0.1",
"express": "~4.17.1",
"express-http-proxy": "^1.6.0",
"express-minify": "^1.0.0",
"express-session": "^1.17.0",
"file-system": "^2.2.2",
"formidable": "^1.2.2",
"fuse.js": "^3.6.1",
"guid": "0.0.12",
"http-errors": "~1.7.3",
"ibm-watson": "^5.4.0",
"lodash": "^4.17.15",
"mocha": "^7.1.1",
"mongoose": "^5.9.6",
"morgan": "~1.10.0",
"mv": "2.1.1",
"newsapi": "^2.4.0",
"node-schedule": "^1.3.2",
"passport": "^0.4.1",
"passport-github": "^1.1.0",
"passport-google-oauth": "^2.0.0",
"passport-instagram": "^1.0.0",
"passport-twitter": "^1.0.4",
"prismjs": "^1.19.0",
"querystring": "^0.2.0",
"queue": "^6.0.1",
"request": "2.88.2",
"socket.io": "^2.3.0",
"socket.io-adapter-mongo": "^2.0.5",
"time-ago": "^0.2.1",
"twit": "^2.2.11",
"underscore": "^1.9.2",
"validator": "^13.0.0"
},
"description": "A social media platform written in Node.js",
"main": "./bin/www",
"keywords": [
"social",
"media",
"nodejs",
"express",
"mongodb",
"mongoose",
"platform"
],
"build": {
"publish": [
{
"provider": "github",
"owner": "AlQaholic007",
"repo": "Friend.ly"
}
],
"appId": "com.alqaholic007.desktop.friendly",
"copyright": "Soham Parekh 2019",
"mac": {
"target": [
"dmg",
"zip"
],
"publish": "github",
"category": "public.app-category.social-networking"
},
"win": {
"target": [
"nsis",
"portable"
],
"publish": "github",
"publisherName": "AlQaholic007"
},
"linux": {
"target": [
"AppImage",
"zip",
"deb"
],
"publish": "github",
"maintainer": "AlQaholic007 <[email protected]>"
}
},
"author": "Soham Parekh <[email protected], [email protected]>",
"license": "MIT"
}