Skip to content

Commit aeb0f70

Browse files
committed
Update bower jso
1 parent 30305ab commit aeb0f70

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

bower.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,29 @@
11
{
22
"name": "google-analytics",
33
"version": "0.0.1",
4+
"description": "Encapsulates Google Analytics dashboard features into web components",
5+
"homepage": "http://googlewebcomponents.github.io/google-analytics",
46
"authors": [
57
"Philip Walton <[email protected]>"
68
],
7-
"description": "Encapsulates Google Analytics dashboard features into web components",
89
"main": "google-analytics.html",
910
"license": "Apache2",
10-
"homepage": "http://googlewebcomponents.github.io/google-analytics",
1111
"keywords": [
1212
"google analytics",
1313
"analytics",
1414
"dashboard",
1515
"polymer",
16-
"web-components"
16+
"web-component",
17+
"web-components",
18+
"google"
1719
],
1820
"ignore": [
19-
"**/.*"
21+
"**/.*",
22+
"node_modules",
23+
"bower_components",
24+
"test",
25+
"tests",
26+
"../"
2027
],
2128
"dependencies": {
2229
"google-signin": "GoogleWebComponents/google-signin#master",

0 commit comments

Comments
 (0)