Skip to content

Commit

Permalink
Added bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianhaas committed Sep 20, 2015
1 parent f558d83 commit 0697f32
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": "angularjs-humanize-duration",
"version": "0.0.1",
"description": "AngularJS filter for rendering human-readable durations.",
"main": "src/angular-humanize-duration.js",
"keywords": [
"humanize-duration",
"angular",
"filter",
"human-readable",
"duration",
"localization"
],
"license": "MIT",
"homepage": "https://github.com/sebastianhaas/angularjs-humanize-duration",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.4.5",
"humanize-duration": "~3.3.0"
}
}

0 comments on commit 0697f32

Please # to comment.