mirror of
https://github.com/jlengrand/polymer-summit-whose-flag.git
synced 2026-03-10 08:41:25 +00:00
Initiate repo
This commit is contained in:
17
bower.json
Normal file
17
bower.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user