forked from otalk/otalk-im-client
-
Notifications
You must be signed in to change notification settings - Fork 154
/
package.json
65 lines (65 loc) · 1.47 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
60
61
62
63
64
65
{
"name": "kaiwa.im",
"description": "Kaiwa: XMPP Client in the Browser",
"version": "1.1.0",
"browser": {
"crypto": "crypto-browserify"
},
"dependencies": {
"andlog": "1.0.0",
"async": "^1.4.0",
"attachmediastream": "1.3.5",
"backbone": "1.0.0",
"body-parser": "1.15.1",
"bows": "1.5.0",
"compression": "1.6.1",
"crypto-browserify": "",
"express": "4.13.4",
"frameguard": "2.0.0",
"getconfig": "0.0.5",
"getusermedia": "1.3.7",
"helmet": "2.0.0",
"human-model": "2.6.2",
"human-view": "1.8.0",
"jade": "^1.11.0",
"jquery": "",
"jxt": "^3.0.1",
"jxt-xmpp": "^2.0.0",
"jxt-xmpp-types": "^3.0.0",
"ldapjs": "0.7.1",
"moonboots-express": "^3.0",
"node-uuid": "^1.4.7",
"notify.js": "0.0.3",
"semi-static": "1.1.2",
"serve-static": "1.10.2",
"sound-effect-manager": "1.0.1",
"stanza.io": "8.0.0",
"staydown": "1.0.3",
"templatizer": "0.1.2",
"underscore": "1.8.3",
"wildemitter": "^1.0.1",
"xmpp-constants": "^2.2.2",
"x-xss-protection": "1.0.0"
},
"devDependencies": {
"browserify": "^13.0.0",
"node-stringprep": "0.8.0",
"precommit-hook": "^3.0.0"
},
"license": "MIT",
"main": "server.js",
"private": true,
"repository": {
"type": "git",
"url": "[email protected]:digicoop/kaiwa.git"
},
"scripts": {
"lint": "jshint .",
"validate": "npm ls"
},
"pre-commit": [
"lint",
"validate",
"test"
]
}