-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
41 lines (41 loc) · 976 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
31
32
33
34
35
36
37
38
39
40
41
{
"name": "shared-filesystem",
"version": "1.0.0",
"authors": [
"Kevin Jahns <[email protected]>"
],
"description": "Shared Filesystem Web Component",
"keywords": [
"file",
"share",
"web-component",
"web-components",
"polymer"
],
"main": "shared-filesystem.html",
"license": "MIT",
"homepage": "http://y-js.org",
"ignore": [
"/.*",
"/test/"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.2.0",
"yjs": "^11.1.0",
"y-map": "^9.0.1",
"paper-item": "^1.2.1",
"paper-icon-button": "^1.1.1",
"paper-dialog": "^1.0.4",
"paper-input": "^1.1.11",
"drag-drop": "feross/drag-drop#^2.11.0",
"webtorrent": "^0.92.0",
"paper-progress": "^1.0.9"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"web-component-tester": "^4.0.0",
"y-memory": "^8.0.5",
"y-websockets-client": "^8.0.9",
"y-webrtc": "^8.0.4"
}
}