mutate.js
Version:
overloading javascript functions done easy
29 lines (28 loc) • 482 B
JSON
{
"name": "mutate.js",
"main": "mutate.js",
"version": "0.2.0",
"authors": [
"Simon Kusterer <simon@sope.io>"
],
"description": "function overloading in javascript",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"overloading",
"overload",
"mutate"
],
"license": "MIT",
"homepage": "https://github.com/xat/mutate.js",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}