-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
49 lines (49 loc) · 1.49 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
{
"name": "liowebrtc",
"version": "0.2.16",
"repository": "https://github.com/lazorfuzz/liowebrtc",
"main": "./dist/liowebrtc.js",
"description": "A WebRTC library that makes it easy to embed peer to peer communication into UI components.",
"dependencies": {
"attachmediastream": "^2.0.4",
"filetransfer": "^2.0.4",
"hark": "^1.2.0",
"mockconsole": "0.0.1",
"rtcpeerconnection": "^8.0.0",
"socket.io-client": "1.3.7",
"webrtc-adapter": "^4.0.0",
"wildemitter": "^1.2.0"
},
"devDependencies": {
"@types/jest": "^23.3.5",
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.3",
"babel-jest": "^23.6.0",
"babel-preset-env": "^1.7.0",
"chromedriver": "^2.29.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jest": "^22.1.2",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.11.1",
"geckodriver": "^1.6.1",
"jest": "^23.6.0",
"request": "^2.72.0",
"selenium-webdriver": "^3.0.1",
"tape": "^4.0.0",
"testling": "^1.7.1",
"travis-multirunner": "^3.0.0"
},
"license": "MIT",
"scripts": {
"build": "babel src --presets babel-preset-env --out-dir dist",
"test-travis": "test/run-selenium",
"test-graph": "jest",
"lint": "eslint --cache --fix .",
"validate": "npm ls",
"test-page": "echo \"open https://localhost:8443/test/\" && stupid-server -s",
"test": "node test/selenium/index.js"
},
"false": {}
}