-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.bower.json
36 lines (36 loc) · 804 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
{
"name": "evt-elements",
"authors": [
"EVRYTHNG team"
],
"description": "Collection of EVRYTHNG compatible elements for Polymer ^1.0.0",
"main": "index.html",
"moduleType": [],
"keywords": [
"web-component",
"evrythng",
"polymer"
],
"license": "Apache 2.0",
"homepage": "https://github.com/iamfrontender/evt-elements",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"iron-elements": "~1.0.4"
},
"_release": "de18221a5e",
"_resolution": {
"type": "branch",
"branch": "master",
"commit": "de18221a5eb731441b732eaaf2d1bf1ba2b55efb"
},
"_source": "git://github.com/iamfrontender/evt-elements.git",
"_target": "*",
"_originalSource": "evt-elements",
"_direct": true
}