]> git.r.bdr.sh - rbdr/cologne/commitdiff
Updates bower.json file
authorBen Beltran <redacted>
Thu, 6 Aug 2015 15:34:21 +0000 (10:34 -0500)
committerBen Beltran <redacted>
Thu, 6 Aug 2015 15:34:21 +0000 (10:34 -0500)
bower.json [new file with mode: 0644]

diff --git a/bower.json b/bower.json
new file mode 100644 (file)
index 0000000..8f33b28
--- /dev/null
@@ -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" : "*"
+  }
+}