forked from googlearchive/polymer-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
29 lines (29 loc) · 827 Bytes
/
bower.json
File metadata and controls
29 lines (29 loc) · 827 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
{
"name": "polymer-tutorial",
"version": "0.5.4",
"homepage": "https://github.com/Polymer/polymer-tutorial",
"authors": [
"Arthur Evans <arthure@google.com>",
"Rob Dodson <robdodson@google.com>",
"Eric Bidelman <ericbidelman@google.com>"
],
"description": "Polymer tutorial for read-only social network app",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"components",
"test",
"tests"
],
"dependencies": {
"core-icon-button": "Polymer/core-icon-button#^0.5.0",
"font-roboto": "Polymer/font-roboto#^0.5.0",
"core-header-panel": "Polymer/core-header-panel#^0.5.0",
"core-toolbar": "Polymer/core-toolbar#^0.5.0",
"paper-tabs": "Polymer/paper-tabs#^0.5.0",
"core-ajax": "Polymer/core-ajax#^0.5.0"
}
}