forked from webrtc/testrtc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
30 lines (30 loc) · 967 Bytes
/
bower.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
{
"name": "TestRTC",
"description": "Collection of tests and tools to help diagnose WebRTC systems.",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/webrtc/testrtc"
},
"authors": [
"The WebRTC project authors (http://www.webrtc.org/)"
],
"keywords": [
"WebRTC",
"TestRTC"
],
"license": "BSD-3-Clause",
"dependencies": {
"webcomponentsjs": "Polymer/webcomponentsjs#^0.5.0",
"core-toolbar": "Polymer/core-toolbar#^0.5.0",
"core-icon-button": "Polymer/core-icon-button#^0.5.0",
"core-icon": "Polymer/core-icon#^0.5.0",
"core-collapse": "Polymer/core-collapse#^0.5.0",
"paper-dialog": "Polymer/paper-dialog#^0.5.0",
"paper-progress": "Polymer/paper-progress#^0.5.0",
"paper-icon-button": "Polymer/paper-icon-button#^0.5.0",
"paper-input": "Polymer/paper-input#^0.5.0",
"paper-button": "Polymer/paper-button#^0.5.0",
"webrtc-adapter": "webrtc/adapter#*"
}
}