docs: Dateien zum Polymer-Artikel in Ausgabe 17/04
This commit is contained in:
parent
d0d5280021
commit
18a465e5a0
6 changed files with 140 additions and 0 deletions
22
1704-polymer/bower.json
Normal file
22
1704-polymer/bower.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "bookworm",
|
||||
"authors": [
|
||||
"Marcus Fihlon <marcus@fihlon.ch>"
|
||||
],
|
||||
"description": "An example project for a Polymer tutorial.",
|
||||
"main": "index.html",
|
||||
"license": "AGPL",
|
||||
"homepage": "https://github.com/McPringle/bookworm",
|
||||
"private": true,
|
||||
"ignore": [
|
||||
"bower_components"
|
||||
],
|
||||
"dependencies": {
|
||||
"polymer": "Polymer/polymer#^2.0.0",
|
||||
"paper-input": "PolymerElements/paper-input#^2.0.0",
|
||||
"iron-ajax": "PolymerElements/iron-ajax#^2.0.0",
|
||||
"paper-material": "PolymerElements/paper-material#^2.0.0",
|
||||
"paper-styles": "PolymerElements/paper-styles#^2.0.0",
|
||||
"paper-card": "PolymerElements/paper-card#^2.0.0"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue