-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
44 lines (44 loc) · 1.03 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.0",
"repository": {
"type": "git",
"url": "[email protected]:henrikjoreteg/SimpleWebRTC.git"
},
"main": "./simplewebrtc.js",
"description": "World's easiest webrtc",
"dependencies": {
"filetransfer": "^2.0.4",
"localmedia": "^2.1.0",
"rtcpeerconnection": "^5.1.1",
"webrtcsupport": "^2.2.0",
"wildemitter": "1.x",
"socket.io-client": "1.3.7",
"attachmediastream": "^1.4.1",
"mockconsole": "0.0.1"
},
"devDependencies": {
"browserify": "13.0.1",
"chromedriver": "^2.16.0",
"express": "4.x.x",
"precommit-hook": "3.0.x",
"request": "^2.72.0",
"selenium-webdriver": "^2.53.1",
"tape": "^4.0.0",
"testling": "^1.7.1",
"travis-multirunner": "^3.0.0",
"uglify-js": "2.6.2"
},
"license": "MIT",
"scripts": {
"test-travis": "test/run-selenium",
"updateLatest": "./scripts/updateLatest.sh",
"lint": "jshint .",
"validate": "npm ls"
},
"pre-commit": [
"lint",
"validate",
"test"
]
}