-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
56 lines (56 loc) · 1.46 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
{
"name": "sococo-rtc",
"version": "0.0.2",
"description": "multi-peer WebRTC prototype with dynamic stream properties.",
"main": "server.js",
"scripts": {
"test": "./node_modules/.bin/grunt && ./node_modules/.bin/grunt karma:once",
"postinstall": "./node_modules/.bin/bower install"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/sococo/sococo-chat/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "git://github.com/sococo/sococo-rtc.git"
},
"keywords": [
"WebRTC",
"Signaling",
"PeerConnection"
],
"author": "Justin DuJardin <[email protected]>",
"dependencies": {
"express": "3.4.8",
"faye": "1.0.1",
"grunt": "0.4.2",
"grunt-cli": "0.1.13",
"grunt-typescript": "0.2.8",
"grunt-contrib-cssmin": "0.8.0",
"grunt-contrib-uglify": "0.3.3",
"grunt-contrib-concat": "0.3.0",
"grunt-contrib-watch": "0.5.3",
"ejs": "~0.8.5",
"hashids": "~0.3.3",
"faye-redis": "~0.2.0",
"bower": "~1.3.2"
},
"devDependencies": {
"performance-now": "~0.1.3",
"grunt-express-server": "~0.4.13",
"grunt-conventional-changelog": "~1.1.0",
"grunt-bump": "0.0.13",
"grunt-npm": "0.0.2",
"karma-chrome-launcher": "~0.1.3",
"karma-firefox-launcher": "~0.1.3",
"karma-jasmine": "~0.2.2",
"karma": "~0.12.9",
"grunt-karma": "~0.8.2"
},
"contributors": [
"Justin DuJardin <[email protected]>"
]
}