forked from Canop/miaou
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.43 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
{
"name": "miaou",
"version": "1.0.0",
"license": "MIT",
"description": "A node based chat server",
"repository": {
"type": "git",
"url": "https://github.com/Canop/miaou"
},
"dependencies": {
"bluebird": ">=1.0.4",
"body-parser": ">=1.5.2",
"bounded-cache": ">=0.0.0",
"busboy": ">=0.2.1",
"buster": ">=0.7.10",
"cheerio": ">=0.13.1",
"compression": ">=1.0.9",
"connect": ">=2.13.0",
"connect-redis": ">=1.4.6",
"cookie-parser": ">=1.3.2",
"double-ended-queue": ">=2.0.0-0",
"express": ">=3.4.0",
"express-session": ">=1.7.2",
"iconv-lite": ">=0.2.11",
"jade": ">=1.1.5",
"passport": ">=0.2.2",
"passport-github": ">=0.1.5",
"passport-google": ">=0.3.0",
"passport-google-oauth": ">=0.1.5",
"passport-oauth": ">=1.0.0",
"passport-reddit": ">=0.2.4",
"pg": ">=4.5.5",
"redis": ">=0.9.1",
"request": ">=2.34.0",
"socket.io": ">=1.0.6"
},
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"start": "sh start.sh",
"test": "sh test.sh",
"lint": "gulp lint",
"build": "gulp build"
},
"devDependencies": {
"del": ">=2.2.0",
"gulp": ">=3.9.1",
"gulp-concat": ">=2.6.0",
"gulp-eslint": ">=2.0.0",
"gulp-if": ">=2.0.0",
"gulp-rename": ">=1.2.2",
"gulp-sass": ">=2.2.0",
"gulp-uglify": ">=1.5.2",
"gulp-util": ">=3.0.7",
"merge-stream": ">=1.0.0",
"stackvis": ">=0.2.0"
}
}