diff options
Diffstat (limited to 'bower.json')
| -rw-r--r-- | bower.json | 24 |
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" : "*" + } +} |