npm/node_modules/debuglog/package.json

22 lines
411 B
JSON

{
"name": "debuglog",
"version": "1.0.1",
"description": "backport of util.debuglog from node v0.11",
"license": "MIT",
"main": "debuglog.js",
"repository": {
"type": "git",
"url": "https://github.com/sam-github/node-debuglog.git"
},
"author": {
"name": "Sam Roberts",
"email": "sam@strongloop.com"
},
"engines": {
"node": "*"
},
"browser": {
"util": false
}
}