romainfrancez/blackhole

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "blackhole",
  "description": "An empty function to discard results.",
  "author": "Romain Francez <me@romainf.fr> (http://romainf.fr)",
  "version": "1.0.2",
  "license": "GPL-3.0",
  "main": "./lib/blackhole.js",
  "devDependencies": {
    "grunt": "^0.4.2",
    "grunt-contrib-jshint": "^0.8.0",
    "grunt-cli": "^0.1.13"
  },
  "scripts": {
    "test": "grunt test"
  },
  "engines": {
    "node": "*",
    "npm": "*"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/romainfrancez/blackhole.git"
  },
  "bugs": {
    "url": "https://github.com/romainfrancez/blackhole/issues"
  }
}