forked from Canop/miaou
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.59 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.59 KB
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
60
61
62
63
64
{
"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-redis": ">=1.4.6",
"cookie-parser": ">=1.3.2",
"double-ended-queue": "2.1.0-0",
"express": ">=3.4.0",
"express-session": ">=1.7.2",
"file-archive": "^0.1.0",
"graceful-fs": "^4.1.11",
"iconv-lite": ">=0.2.11",
"passport": ">=0.2.2",
"passport-github2": "^0.1.11",
"passport-google-oauth2": "^0.1.6",
"passport-oauth": ">=1.0.0",
"passport-reddit": ">=0.2.4",
"pg": ">=4.5.5",
"phantom": "^4.0.12",
"pug": ">=2.0.0-beta11",
"redis": ">=0.9.1",
"request": ">=2.34.0",
"socket.io": ">=2.0.1",
"socket.io-client": ">=2.0.1"
},
"engines": {
"node": ">=7.0.0"
},
"scripts": {
"start": "sh start.sh",
"test": "sh test.sh",
"lint": "gulp lint",
"build": "gulp build"
},
"devDependencies": {
"del": ">=2.2.0",
"glob": "^7.1.2",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-babili": "0.0.2",
"gulp-cli": "gulpjs/gulp-cli",
"gulp-concat": ">=2.6.0",
"gulp-debug": "^4.0.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"
}
}