| { | |
| "name": "log_", | |
| "version": "0.0.4", | |
| "description": "console.log in color and with custom prefixes", | |
| "main": "index.js", | |
| "scripts": { | |
| "test": "mocha" | |
| }, | |
| "repository": { | |
| "type": "git", | |
| "url": "https://github.com/stayradiated/log_" | |
| }, | |
| "keywords": [ | |
| "console", | |
| "log", | |
| "color", | |
| "prefix" | |
| ], | |
| "author": "George Czabania", | |
| "license": "MIT", | |
| "bugs": { | |
| "url": "https://github.com/stayradiated/log_/issues" | |
| }, | |
| "homepage": "https://github.com/stayradiated/log_", | |
| "devDependencies": { | |
| "mocha": "^1.18.2", | |
| "expect.js": "^0.3.1" | |
| }, | |
| "dependencies": {} | |
| } | |