anywhichway/js-generics

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "js-generics",
  "version": "0.0.6",
  "description": "A generic function definition and dispatch library for Javascript",
  "main": "index.js",
  "scripts": {
    "test": "istanbul cover node_modules/mocha/bin/_mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anywhichway/js-generics.git"
  },
  "keywords": [
    "generic",
    "overload",
    "dispatch"
  ],
  "author": "Simon Y. Blackwell <syblackwell@anywhichway.com> (http://www.github.com/anywhichway)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/anywhichway/js-generics/issues"
  },
  "homepage": "https://github.com/anywhichway/js-generics#readme",
  "devDependencies": {
    "chai": "^3.4.1",
    "codeclimate-test-reporter": "^0.3.0",
    "istanbul": "^0.4.1",
    "mocha": "^2.3.4"
  }
}