summaryrefslogtreecommitdiff
path: root/www/lib/filelogger/package.json
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-06-27 09:52:06 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-06-27 09:52:06 -0400
commit319d4cb6670729708c19ad50b0146d1bcb7b4719 (patch)
treec61e9723a1fd217b1816c987bba66e470e73bf02 /www/lib/filelogger/package.json
parentfdc42fae48db0fef5fbdc9ef51a27d219aea3a72 (diff)
Added ability to log key events to file and email (useful for release debugging)
Diffstat (limited to 'www/lib/filelogger/package.json')
-rw-r--r--www/lib/filelogger/package.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/www/lib/filelogger/package.json b/www/lib/filelogger/package.json
new file mode 100644
index 00000000..0f1619a0
--- /dev/null
+++ b/www/lib/filelogger/package.json
@@ -0,0 +1,26 @@
+{
+ "name": "filelogger",
+ "private": false,
+ "main": "dist/filelogger",
+ "version": "1.1.0",
+ "repository": {
+ "url": "git://github.com/pbakondy/filelogger.git"
+ },
+ "devDependencies": {
+ "gulp": "^3.7.0",
+ "gulp-footer": "^1.0.4",
+ "gulp-header": "^1.0.2",
+ "gulp-jshint": "^1.6.1",
+ "gulp-rename": "^1.2.0",
+ "gulp-uglify": "^0.2.1",
+ "jshint-stylish": "^0.4.0",
+ "minimist": "^0.1.0"
+ },
+ "licenses": [
+ {
+ "type": "MIT"
+ }
+ ],
+ "dependencies": {
+ }
+}