forked from capedcrusader23/e-learning-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 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
{
"name": "e-learning",
"version": "1.0.0",
"description": "e-learning clone for jaypee noida",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js",
"lint": "eslint --exe .js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AshishkrGoyal/e-learning.git"
},
"author": "@ashishkr",
"license": "ISC",
"bugs": {
"url": "https://github.com/AshishkrGoyal/e-learning/issues"
},
"homepage": "https://github.com/AshishkrGoyal/e-learning#readme",
"dependencies": {
"async": "^2.6.0",
"body-parser": "^1.18.2",
"connect-mongo": "^2.0.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.8",
"ejs-mate": "^2.3.0",
"express": "^4.16.3",
"express-flash": "0.0.2",
"express-session": "^1.15.6",
"helmet": "^3.12.0",
"mongoose": "^5.0.15",
"morgan": "^1.9.0",
"nodemon": "^1.17.3",
"npm": "^5.8.0",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"should": "^13.2.1",
"supertest": "^3.0.0"
},
"devDependencies": {
"eslint": "^4.19.1"
}
}