-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.12 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
{
"name": "debugwebrtc",
"title": "DebugWebRTC",
"version": "1.0.7",
"description": "A tiny JavaScript library using WebRTC getStats API to debugWebRTC Application",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/morrain/debugWebRTC.git"
},
"keywords": [
"webrtc",
"getstats",
"debug",
"JavaScript"
],
"author": "morrain",
"license": "MIT",
"bugs": {
"url": "https://github.com/morrain/debugWebRTC/issues"
},
"homepage": "https://github.com/morrain/debugWebRTC#readme",
"dependencies": {
"freeice": "^2.2.0"
},
"devDependencies": {
"browserify": "^14.4.0",
"gulp": "git+https://github.com/gulpjs/gulp.git#4.0",
"gulp-expect-file": "^0.0.7",
"gulp-header": "^1.8.9",
"gulp-jshint": "^2.0.4",
"gulp-nodeunit-runner": "^0.2.2",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"jshint": "^2.9.5",
"jshint-stylish": "^2.2.1",
"supports-color": "^4.2.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}