-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 721 Bytes
/
bower.json
File metadata and controls
31 lines (31 loc) · 721 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
27
28
29
30
31
{
"name": "poly-play",
"version": "0.0.0",
"homepage": "https://github.com/kashyap02004/poly-play",
"authors": [
"Kashyap Patel <kashyap@adap.tv>"
],
"description": "video search app built using Polymer",
"main": "index.html",
"keywords": [
"polymer",
"web-components"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"polymer": "Polymer/polymer#~0.3.5",
"core-elements": "Polymer/core-elements#~0.3.5",
"paper-elements": "Polymer/paper-elements#~0.3.5",
"underscore": "~1.6.0",
"font-roboto": "Polymer/font-roboto#~0.3.5",
"moment": "~2.8.2",
"jquery": "~2.1.1"
}
}