Skip to content

Commit

Permalink
Update bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Link2Twenty authored Jun 28, 2016
1 parent a4428e1 commit 8f37837
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
{
"name": "l2t-context-menu",
"version": "1.0.1",
"description": "Polymer element to replace right click functionality",
"homepage": "https://github.com/Link2Twenty/l2t-context-menu",
"authors": [
"Andrew Bone <[email protected]>"
],
"description": "Polymer element to replace right click functionality",
"main": "l2t-context-menu.html",
"moduleType": [],
"repository": {
"type": "git",
"url": "git://github.com/Link2Twenty/l2t-context-menu.git"
},
"keywords": [
"polymer",
"polymer-1.0",
"web-components"
],
"license": "MIT",
Expand All @@ -21,8 +24,19 @@
"tests"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.1.0",
"polymer": "Polymer/polymer#^1.2.0",
"paper-menu": "PolymerElements/paper-menu#^1.0.0",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.1.0"
}
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
"iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0",
"iron-icon": "PolymerElements/iron-icon#^1.0.0",
"iron-test-helpers": "PolymerElements/iron-test-helpers#^1.0.0",
"iron-validator-behavior": "PolymerElements/iron-validator-behavior#^1.0.0",
"paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0",
"test-fixture": "PolymerElements/test-fixture#^1.0.0",
"web-component-tester": "^4.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
}
}

0 comments on commit 8f37837

Please sign in to comment.