rootslab/funny

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "funny",
  "version": "1.1.0",
  "description": "Funny, a jolly helper for functions.",
  "homepage": "https://github.com/rootslab/funny",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git://github.com/rootslab/funny.git"
  },
  "keywords": [
    "Function",
    "function",
    "bind",
    "slice",
    "toString",
    "mock",
    "prepend",
    "trigger",
    "fuse",
    "precede",
    "chain",
    "prepend",
    "chaining",
    "recursion",
    "recursive",
    "TCO",
    "arguments",
    "bound",
    "funny",
    "jolly",
    "helpers"
  ],
  "tags": [],
  "author": {
    "name": "Guglielmo Ferri",
    "email": "44gatti@gmail.com"
  },
  "dependencies": {
    },
  "devDependencies": {},
  "main": "index",
  "engines": {
    "node": ">=0.10.x"
  },
  "scripts": {
    "test": "bash test/run.sh"
  },
  "license": "MIT",
  "readmeFilename": "Readme.md",
  "bugs": {
    "url": "https://github.com/rootslab/funny/issues"
  }
}