-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.05 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": "simplewebrtc",
"version": "2.2.3",
"repository": {
"type": "git",
"url": "https://github.com/tgoodwin/webrtc_analyzer.git"
},
"main": "./simplewebrtc.js",
"description": "World's easiest webrtc",
"dependencies": {
"express": "^4.14.1",
"filetransfer": "^2.0.4",
"localmedia": "^2.2.1",
"rtcpeerconnection": "^5.1.1",
"webrtcsupport": "^2.2.0",
"wildemitter": "^1.2.0",
"socket.io-client": "1.3.7",
"attachmediastream": "^1.4.1",
"mockconsole": "0.0.1"
},
"devDependencies": {
"browserify": "^13.1.0",
"chromedriver": "^2.16.0",
"geckodriver": "^1.3.0",
"precommit-hook": "^3.0.0",
"request": "^2.72.0",
"selenium-webdriver": "^3.0.1",
"tape": "^4.0.0",
"testling": "^1.7.1",
"travis-multirunner": "^3.0.0",
"uglify-js": "^2.7.3"
},
"license": "MIT",
"scripts": {
"test-travis": "test/run-selenium",
"updateLatest": "./scripts/updateLatest.sh",
"lint": "jshint .",
"validate": "npm ls"
},
"pre-commit": [
"lint",
"validate"
]
}