-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
53 lines (53 loc) · 1.29 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
{
"name": "codeshala.org",
"version": "1.1.0",
"description": " The main website of codeshala ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp",
"serve": "node index",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeShala/codeshala.org.git"
},
"keywords": [
"codeshala",
"website"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/CodeShala/codeshala.org/issues"
},
"homepage": "https://github.com/CodeShala/codeshala.org#readme",
"dependencies": {
"body-parser": "1.18.2",
"connect-ensure-login": "0.1.1",
"cookie-parser": "1.4.3",
"dotenv": "5.0.1",
"ejs": "2.5.8",
"express": "4.16.2",
"express-session": "^1.15.6",
"mongoose": "5.0.11",
"morgan": "1.9.0",
"passport": "0.4.0",
"passport-local": "1.0.0",
"request": "2.85.0",
"spdy": "3.4.7",
"web-push": "3.3.0",
"nodemailer": "^4.6.7",
"connect-flash": "^0.1.1",
"express-validator": "^5.2.0"
},
"devDependencies": {
"csslint": "1.0.5",
"gulp": "3.9.1",
"gulp-cssmin": "0.2.0",
"gulp-imagemin": "4.1.0",
"gulp-rename": "1.2.2",
"gulp-uglify": "3.0.0"
}
}