mirror of
https://github.com/jlengrand/polymer-summit-whose-flag.git
synced 2026-03-10 08:41:25 +00:00
18 lines
493 B
JSON
18 lines
493 B
JSON
{
|
|
"name": "whose-flag",
|
|
"description": "A simple game that lets users guess a flag's country",
|
|
"main": "index.html",
|
|
"dependencies": {
|
|
"polymer": "Polymer/polymer#^2.0.0",
|
|
"app-layout": "^2.0.1",
|
|
"iron-image": "^2.1.2",
|
|
"paper-button": "^2.0.0",
|
|
"paper-styles": "^2.0.0",
|
|
"iron-ajax": "^2.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"web-component-tester": "Polymer/web-component-tester#^6.0.0",
|
|
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0"
|
|
}
|
|
}
|