-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.33 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
{
"name": "parley.JS",
"version": "0.2.0",
"description": "Javascript chat library using socket.io to deliver complete chat experience including file uploads and video chat.",
"main": "app.js",
"directories": {
"test": "test"
},
"dependencies": {
"redis": "~0.10.1",
"socket.io": "~0.9.16",
"socket.io-stream": "~0.5.3",
"express": "3.x"
},
"devDependencies": {
"gulp": "^3.6.0",
"gulp-coffee": "^1.4.1",
"gulp-concat": "^2.2.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.2.1",
"gulp-util": "^2.2.14",
"gulp-browserify": "^0.5.0",
"browserify-handlebars": "^0.2.0",
"handlebars": "^1.3.0",
"coffeeify": "^0.6.0",
"browserify": "^3.38.1",
"gulp-streamify": "0.0.5",
"hbsfy": "^1.3.2",
"vinyl-source-stream": "^0.1.1",
"gulp-sass": "^0.7.1",
"jquery": "^1.11.0",
"browserify-shim": "^3.4.1"
},
"scripts": {
"test": "node app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/photonerddan/parley.js.git"
},
"keywords": [
"chat",
"javascript",
"node",
"google_oauth",
"video"
],
"author": "Joseph Chappell, Matthew Van Dusen",
"license": "GPL license",
"bugs": {
"url": "https://github.com/photonerddan/parley.js/issues"
},
"homepage": "https://github.com/photonerddan/parley.js"
}