forked from Canop/miaou
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 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
48
49
50
{
"name": "miaou",
"version": "0.1.0",
"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",
"passport-stackexchange": "",
"pg": ">=2.8.3",
"redis": ">=0.9.1",
"request": ">=2.34.0",
"socket.io": ">=1.0.6"
},
"scripts": {
"start": "sh start.sh"
},
"devDependencies": {
"stackvis": "^0.2.0"
},
"jshintConfig": {
"asi": true,
"node": true,
"esnext": true,
"laxcomma": true,
"-W058": true
}
}