Skip to content
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.

Commit

Permalink
Ready for bower registry
Browse files Browse the repository at this point in the history
  • Loading branch information
bestmazzo committed Nov 11, 2014
1 parent 4026ca9 commit d4813f3
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fd-polymer-api-settings",
"version": "0.1.0",
"version": "0.1.2",
"keywords": [
"freedomotic",
"seed",
Expand All @@ -9,10 +9,24 @@
],
"main": "fd-polymer-api-settings.html",
"dependencies": {
"polymer": "Polymer/polymer#^0.4.0",
"core-localstorage": "polymer/core-localstorage#~0.4.2"
"core-elements": "polymer/core-elements#~0.4.2",
"core-localstorage": "polymer/core-localstorage#~0.4.2"
},
"devDependencies": {
"polymer-test-tools": "Polymer/polymer-test-tools#^0.4.0"
}
},
"homepage": "https://github.com/freedomotic/fd-polymer-api-settings",
"authors": [
"Matteo Mazzoni <[email protected]>"
],
"description": "Element providing DAO for Freedomotic API settings",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"../",
"test",
"tests"
]
}

0 comments on commit d4813f3

Please sign in to comment.