File size: 615 Bytes
5fae594 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
{
"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": {}
}
|