Skip to content

Commit

Permalink
add bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TADOKORO Saneyuki committed Aug 14, 2016
1 parent 05e9d82 commit 1181a78
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "va-cordova-oauth",
"version": "0.0.1",
"description": "The webcomponent which intracts with cordova-plugin-va-oauth",
"main": [
"va-cordova-oauth.html"
],
"license" : "MIT",
"dependencies": {
"promise-polyfill": "polymerlabs/promise-polyfill#^1.0.0",
"polymer": "polymer/polymer#^1.6.0"
},
"devDependencies": {
"web-component-tester": "^4.0.0"
}
}

0 comments on commit 1181a78

Please sign in to comment.