aboutsummaryrefslogtreecommitdiff
path: root/node_modules/fancy-log/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/fancy-log/package.json')
-rw-r--r--node_modules/fancy-log/package.json43
1 files changed, 0 insertions, 43 deletions
diff --git a/node_modules/fancy-log/package.json b/node_modules/fancy-log/package.json
deleted file mode 100644
index eefb66996..000000000
--- a/node_modules/fancy-log/package.json
+++ /dev/null
@@ -1,43 +0,0 @@
-{
- "name": "fancy-log",
- "version": "1.3.2",
- "description": "Log things, prefixed with a timestamp",
- "author": "Blaine Bublitz <blaine.bublitz@gmail.com>",
- "contributors": [
- "Aman Mittal (http://amandeepmittal.github.io/)"
- ],
- "repository": "js-cli/fancy-log",
- "license": "MIT",
- "engines": {
- "node": ">= 0.10"
- },
- "main": "index.js",
- "files": [
- "LICENSE",
- "index.js"
- ],
- "scripts": {
- "test": "lab -cvL test.js"
- },
- "dependencies": {
- "ansi-gray": "^0.1.1",
- "color-support": "^1.1.3",
- "time-stamp": "^1.0.0"
- },
- "devDependencies": {
- "@phated/eslint-config-iceddev": "^0.2.1",
- "code": "^1.5.0",
- "eslint": "^1.3.1",
- "eslint-plugin-mocha": "^0.5.1",
- "eslint-plugin-react": "^3.3.1",
- "lab": "^5.16.0"
- },
- "keywords": [
- "console.log",
- "log",
- "logger",
- "logging",
- "pretty",
- "timestamp"
- ]
-}