ns-log
Version:
Easy (yet complete) logging for node and browser
30 lines (29 loc) • 506 B
JSON
{
"name": "ns-log",
"version": "0.0.4",
"description": "Easy (yet complete) logging for node and browser",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/em/elem.git"
},
"keywords": [
"logger",
"that",
"does",
"not",
"suck"
],
"author": "Emery Denuccio",
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.1.0"
}
}