22 lines
660 B
JSON
22 lines
660 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|