This repository has been archived by the owner on Jun 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
73 lines (73 loc) · 1.96 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
{
"name": "code-assist",
"version": "1.0.0",
"description": "Testing new code assist website code. This will be more organixed and will be moved to a more permanent branch soon.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AbhijayS/Code-Assist.git"
},
"author": "Abhijay Saini",
"license": "ISC",
"bugs": {
"url": "https://github.com/AbhijayS/Code-Assist/issues"
},
"homepage": "https://github.com/AbhijayS/Code-Assist#readme",
"dependencies": {
"@sendgrid/mail": "^6.2.1",
"bcryptjs": "*",
"body-parser": "*",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.1",
"cookie-session": "^2.0.0-beta.3",
"delta-detect-links": "^1.0.2",
"dotenv": "^5.0.1",
"email-validator": "^2.0.4",
"escape-string-regexp": "^1.0.5",
"express": "*",
"express-handlebars": "*",
"express-session": "^1.15.6",
"express-to-slash": "^1.0.0",
"express-validator": "*",
"getconfig": "^4.5.0",
"gridfs-stream": "^1.1.1",
"handlebars": "^4.0.11",
"handlebars.moment": "^1.0.4",
"identicon.js": "^2.3.2",
"jquery": "^3.3.1",
"method-override": "^2.3.10",
"mongodb": "*",
"mongoose": "*",
"multer": "^1.3.0",
"multer-gridfs-storage": "^3.0.1",
"nanoid": "^1.2.0",
"node-uuid": "^1.4.8",
"node-zip": "^1.1.1",
"nodemailer": "^4.6.4",
"passport": "*",
"passport-http": "*",
"passport-local": "*",
"quill": "^1.3.6",
"quill-auto-links": "^0.1.3",
"quill-delta": "^4.0.1",
"quill-delta-to-html": "^0.8.4",
"sendgrid": "^5.2.3",
"socket.io": "^2.1.1",
"socketio-auth": "^0.1.1",
"superagent": "^3.8.3",
"trello": "^0.9.0",
"underscore": "1.5.x",
"uniqid": "^5.0.3",
"yes-https": "0.0.4"
},
"devDependencies": {
"nodemon": "^1.17.3"
},
"engines": {
"node": "9.x"
}
}