1
0
Fork 0

docs: Dateien zum Polymer-Artikel in Ausgabe 17/04

This commit is contained in:
Marcus Fihlon 2025-05-25 10:08:16 +02:00
parent d0d5280021
commit 1d7a5a6c59
Signed by: McPringle
GPG key ID: C6B7F469EE363E1F
6 changed files with 140 additions and 0 deletions

22
1704-polymer/bower.json Normal file
View 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"
}
}