-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
47 lines (47 loc) · 1.14 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
{
"name": "my-lol-fantasy",
"version": "v2.2.4",
"description": "Full My LoL Fantasy App",
"dependencies": {
"bcrypt": "0.8.7",
"bignumber.js": "2.4.0",
"body-parser": "1.15.2",
"bower": "1.8.8",
"compression": "1.6.2",
"connect-redis": "3.1.0",
"cookie-parser": "1.4.3",
"deci-mal": "1.0.2",
"express": "4.14.0",
"express-session": "1.14.0",
"fs-extra": "0.30.0",
"gulp": "3.9.1",
"gulp-clean": "0.3.2",
"gulp-clean-css": "2.0.12",
"gulp-concat": "2.6.0",
"gulp-copy": "0.0.2",
"gulp-jade": "1.1.0",
"gulp-jshint": "2.0.1",
"gulp-less": "3.1.0",
"gulp-lesshint": "2.0.0",
"gulp-plumber": "1.1.0",
"gulp-uglify": "2.0.0",
"gulp-watch": "4.3.9",
"jshint": "2.9.2",
"lodash": "4.17.15",
"merge-stream": "1.0.0",
"nodemailer": "2.5.0",
"passport": "0.3.2",
"passport-local": "1.0.0",
"pg": "6.0.5",
"q": "1.4.1",
"redis": "2.6.2",
"request": "2.74.0",
"serve-favicon": "2.3.0",
"serve-static": "1.11.1"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/PeteyPii/MyLoLFantasy"
}
}