Skip to content

Commit

Permalink
v14.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalzinger committed Dec 1, 2014
0 parents commit 5624d25
Show file tree
Hide file tree
Showing 5 changed files with 256 additions and 0 deletions.
26 changes: 26 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "cat-log4angular",
"version": "14.12.1",
"homepage": "https://github.com/Catalysts/cat-log4angular",
"description": "Configurable logger with log levels enhancing angulars $log service",
"authors": [
"Dominik Hurnaus <[email protected]>",
"Thomas Scheinecker <[email protected]>"
],
"license": "The MIT License (MIT)",
"dependencies": {
"angular": "1.2.26",
"lodash": "2.4.1"
},
"main": [
"cat-log4angular.min.js"
],
"keywords": [
"angular",
"js",
"javascript",
"logging",
"log4js",
"log4angular"
]
}
226 changes: 226 additions & 0 deletions cat-log4angular.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5624d25

Please sign in to comment.