-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (58 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
58
{
"name": "isizwe-wifi-chat",
"version": "1.4.0",
"description": "Wifi Chat from Project Isizwe",
"main": "index.js",
"scripts": {
"start": "node index",
"build": "grunt build"
},
"private": true,
"repository": {
"type": "git",
"url": "[email protected]:project-isizwe/wifi-chat.git"
},
"keywords": [
"xmpp",
"xmpp-ftw",
"websocket",
"xml",
"json"
],
"author": "Lloyd Watkin <[email protected]>",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/project-isizwe/wifi-chat/issues"
},
"dependencies": {
"body-parser": "^1.12.2",
"colors": "^1.0.3",
"debug": "^2.1.3",
"emailjs": "^1.0.1",
"engine.io": "^1.6.3",
"engine.io-client": "^1.6.3",
"errorhandler": "^1.4.2",
"express": "^4.12.3",
"helmet": "^0.15.0",
"node-stringprep": "^0.7.0",
"node-zendesk": "^1.1.4",
"pg": "^4.3.0",
"primus": "~4.0.2",
"primus-emitter": "~3.1.1",
"serve-static": "^1.9.2",
"xmpp-ftw": "1.x",
"xmpp-ftw-buddycloud": "1.x"
},
"devDependencies": {
"fb-flo": "^0.5.0",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.3",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-jshint": "^0.11.1",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-cli": "^2.0.0",
"grunt-nsp-package": "0.0.5"
}
}