aboutsummaryrefslogtreecommitdiff
path: root/bower.json
diff options
context:
space:
mode:
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json24
1 files changed, 0 insertions, 24 deletions
diff --git a/bower.json b/bower.json
deleted file mode 100644
index 8f33b28..0000000
--- a/bower.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "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" : "*"
- }
-}