-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
32 lines (32 loc) · 956 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
{
"name": "polymer-tutorial",
"version": "0.5.4",
"homepage": "https://github.com/Polymer/polymer-tutorial",
"authors": [
"Arthur Evans <[email protected]>",
"Rob Dodson <[email protected]>",
"Eric Bidelman <[email protected]>"
],
"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",
"paper-input": "Polymer/paper-input#^0.5.0",
"core-ajax": "Polymer/core-ajax#^0.5.0",
"core-input": "Polymer/core-input",
"core-style": "Polymer/core-style"
}
}