Skip to content

Commit

Permalink
chore(all): create bower manifiesto.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Mantilla committed Jul 5, 2015
1 parent 9eb86fe commit e4e8f7b
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "angular-weather",
"version": "0.0.1",
"homepage": "https://github.com/ceoaliongroo/angular-weather",
"authors": [
"Carlos Mantilla [email protected]"
],
"description": "Angular module to get and display the actual weather in somewhere. The module use the openweathermap.org API.",
"main": "angular-weather.js",
"keywords": [
"weather",
"climate",
"temperature",
"clime",
"humidity",
"forecast",
"precipitation"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit e4e8f7b

Please sign in to comment.