-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbower.json
More file actions
26 lines (26 loc) · 751 Bytes
/
bower.json
File metadata and controls
26 lines (26 loc) · 751 Bytes
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
{
"name": "web-socket",
"version": "0.0.1",
"authors": [
"Haukur Páll Hallvarðsson <hph@hph.is>"
],
"description": "A Polymer element to ease the use and configuration of WebSockets",
"keywords": [
"polymer",
"web-component",
"web-socket"
],
"main": "web-socket.html",
"license": "MIT",
"homepage": "https://github.com/hph/web-socket/",
"dependencies": {
"polymer": "Polymer/polymer#^1.6.1"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"paper-input": "PolymerElements/paper-input#~1.1.2",
"paper-button": "PolymerElements/paper-button#~1.0.10",
"paper-card": "PolymerElements/paper-card#~1.0.8",
"web-component-tester": "~3.4.2"
}
}