mirror of
https://github.com/jlengrand/polymer-summit-whose-flag-polymer-3.git
synced 2026-03-10 08:41:17 +00:00
22 lines
697 B
JSON
22 lines
697 B
JSON
{
|
|
"name": "whose-flag",
|
|
"version": "1.0.0",
|
|
"description": "A simple game that lets users guess a flag's country, in Polymer 3",
|
|
"main": "index.html",
|
|
"repository": "https://github.com/jlengrand/polymer-summit-whose-flag-polymer-3",
|
|
"flat": true,
|
|
"author": "Julien Lengrand-Lambert <julien@lengrand.fr>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@polymer/app-layout": "next",
|
|
"@polymer/iron-ajax": "next",
|
|
"@polymer/iron-image": "next",
|
|
"@polymer/paper-button": "next",
|
|
"@polymer/paper-styles": "next",
|
|
"@polymer/polymer": "next"
|
|
},
|
|
"resolutions": {
|
|
"@polymer/paper-styles": "3.0.0-pre.1"
|
|
}
|
|
}
|