aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2015-08-06 10:34:21 -0500
committerBen Beltran <ben@nsovocal.com>2015-08-06 10:34:21 -0500
commit3691a033c39f88886b8467c14f33245dc1193c8d (patch)
tree22c4cfdcf4a3f0ed2a0e212a46852e0528872353
parent2166f9803a01b2706955cac3f366d7aa9fe988c9 (diff)
Updates bower.json file
-rw-r--r--bower.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/bower.json b/bower.json
new file mode 100644
index 0000000..8f33b28
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,24 @@
+{
+ "name": "cobalt-log",
+ "version": "1.1.0",
+ "homepage": "https://github.com/rbdr/cobalt",
+ "authors": [
+ "Ben Beltran <ben@nsovocal.com>"
+ ],
+ "description": "Logger + multiplexer for JSON based logs",
+ "main": "lib/cobalt.js",
+ "keywords": [
+ "log"
+ ],
+ "license": "MIT",
+ "ignore": [
+ "**/.*",
+ "node_modules",
+ "bower_components",
+ "test",
+ "tests"
+ ],
+ "dependencies": {
+ "neon" : "*"
+ }
+}