From 0697f328be56781333a4851b32fa4386ba4cce29 Mon Sep 17 00:00:00 2001 From: Sebastian Haas Date: Mon, 21 Sep 2015 00:01:42 +0200 Subject: [PATCH] Added bower.json --- bower.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..6e8d2c3 --- /dev/null +++ b/bower.json @@ -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" + } +}