forked from jeffposnick/youtube-topic-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
36 lines (36 loc) · 811 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": "youtube-topic-explorer",
"version": "1.0.0",
"homepage": "https://github.com/jeffposnick/youtube-topic-explorer",
"authors": [
"Jeff Posnick <[email protected]>"
],
"description": "Explore YouTube videos related to your favorite topics!",
"main": "index.html",
"keywords": [
"youtube",
"freebase",
"open",
"knowledge",
"graph",
"polymer",
"web",
"components",
"youtube",
"data",
"api"
],
"license": "Apache-2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"polymer": "Polymer/polymer#~0.4.2",
"google-signin": "GoogleWebComponents/google-signin#~0.1.0",
"google-youtube-video-wall": "GoogleWebComponents/google-youtube-video-wall#~1.0.1"
}
}