forked from Polymer/old-docs-site
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
22 lines (22 loc) · 737 Bytes
/
bower.json
File metadata and controls
22 lines (22 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "PolymerDocs",
"description": "Polymer documentation site",
"homepage": "https://www.polymer-project.org/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"app-layout": "PolymerLabs/app-layout#^0.0.14",
"app-route": "PolymerElements/app-route#^0.9.0",
"iron-elements": "PolymerElements/iron-elements#^1.0.4",
"paper-elements": "PolymerElements/paper-elements#^1.0.5",
"google-youtube": "GoogleWebComponents/google-youtube#^1.2.1",
"prism-element": "PolymerElements/prism-element#^1.0.0",
"google-map": "GoogleWebComponents/google-map#^1.1.10",
"firebase-element": "PolymerElements/firebase-element#^1.0.12"
}
}