-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
45 lines (45 loc) · 1.1 KB
/
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
42
43
44
45
{
"name": "evt-elements",
"version": "0.3.2",
"main": "evt-elements.html",
"authors": [
"EVRYTHNG team"
],
"description": "Collection of EVRYTHNG compatible elements for Polymer ^1.0.0",
"moduleType": [],
"keywords": [
"web-components",
"evrythng",
"polymer"
],
"licenses": [
{
"type": "Apache-2.0",
"url": "https://github.com/evrythng/evrythng.js/blob/master/LICENSE"
}
],
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"repository": {
"type": "git",
"url": "https://github.com/iamfrontender/evt-elements.git"
},
"dependencies": {
"iron-elements": "PolymerElements/iron-elements#^1.0.0",
"neon-elements": "PolymerElements/neon-elements#^1.0.0",
"paper-elements": "PolymerElements/paper-elements#^1.0.1",
"platinum-elements": "PolymerElements/platinum-elements#^1.1.0",
"polymer": "Polymer/polymer#^1.2.0",
"evrythng": "~3.3.2",
"bower-mqttws": "~1.0.0",
"evrythng-ws": "^2.0.1",
"evrythng-extended": "^3.7.0",
"evrythng-hub": "^1.2.2"
}
}