-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.39 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
{
"name": "learnlive",
"version": "0.1.1",
"description": "learn live",
"private": true,
"main": "app.js",
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "^1.13.3",
"connect-redis": "^3.0.1",
"cookie-parser": "^1.3.5",
"crypto": "^0.0.3",
"debug": "^2.2.0",
"del": "^2.2.0",
"ejs": "^2.3.4",
"express": "^4.13.3",
"express-session": "^1.11.3",
"fis-optimizer-html-minifier": "^0.0.9",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-filter": "^3.0.1",
"gulp-html-minify": "^0.0.13",
"gulp-imagemin": "^2.4.0",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-minify-css": "^1.2.4",
"gulp-minify-html": "^1.0.6",
"gulp-obfuscate": "^0.2.9",
"gulp-rename": "^1.2.2",
"gulp-rev": "^7.0.0",
"gulp-rev-collector": "^1.0.2",
"gulp-uglify": "^1.5.3",
"jshint": "^2.9.1",
"mongoose": "^4.1.11",
"morgan": "^1.6.1",
"redis": "^2.2.5",
"redis-server": "^0.0.1",
"rev-del": "^1.0.5",
"serve-favicon": "^2.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leeeco610/learnlive.git"
},
"keywords": [
"learn",
"live"
],
"author": "leeeco",
"license": "ISC",
"bugs": {
"url": "https://github.com/leeeco610/learnlive/issues"
},
"homepage": "https://github.com/leeeco610/learnlive#readme"
}