mirror of
https://github.com/jlengrand/web-components-workshop-polymer.git
synced 2026-03-10 08:51:20 +00:00
27 lines
662 B
JSON
27 lines
662 B
JSON
{
|
|
"name": "web-components-workshop-polymer",
|
|
"version": "1.0",
|
|
"description": "A simple polymer application built for a workshop about web components",
|
|
"main": "index.html",
|
|
"keywords": [
|
|
"web-components",
|
|
"polymer"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jlengrand/web-components-workshop-polymer.git"
|
|
},
|
|
"homepage": "https://github.com/jlengrand/web-components-workshop-polymer",
|
|
"authors": [
|
|
"Julien Lengrand-Lambert <julien@lengrand.fr>"
|
|
],
|
|
"dependencies": {
|
|
"polymer": "^2.3.0",
|
|
"google-map": "^2.0.3",
|
|
"paper-input": "^2.0.5"
|
|
},
|
|
"resolutions": {
|
|
"polymer": "2"
|
|
}
|
|
}
|