-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.31 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.31 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
{
"name": "bloom",
"version": "1.0.0",
"description": "A Brainly alternate built using Node.js and MongoDB",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"array-tools": "^2.0.9",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.4",
"ejs": "^2.7.1",
"express": "^4.17.1",
"express-session": "^1.16.2",
"formidable": "^1.2.1",
"fuse.js": "^3.4.5",
"http-errors": "^1.7.3",
"inquirer": "^6.5.2",
"marked": "^0.7.0",
"mongoose": "^5.7.3",
"morgan": "^1.9.1",
"mv": "^2.1.1",
"newsapi": "^2.4.0",
"node-sass-middleware": "^0.11.0",
"object-tools": "^2.0.6",
"passport": "^0.4.0",
"passport-facebook": "^3.0.0",
"passport-google-oauth": "^2.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"path": "^0.12.7",
"push.js": "^1.0.12",
"shelljs": "^0.8.3",
"time-ago": "^0.2.1",
"vorpal": "^1.12.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/DivySrivastava/intellect.git"
},
"author": "Divy Srivastava and DanCodes",
"license": "MIT",
"bugs": {
"url": "https://github.com/DivySrivastava/intellect/issues"
},
"homepage": "https://github.com/DivySrivastava/intellect#readme"
}