四好公路
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 lines
323 B

{
"name": "noop-logger",
"description": "A logger that does exactly nothing.",
"repository": "git://github.com/segmentio/noop-logger.git",
"version": "0.1.1",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"mocha": "1.x"
}
}