UNPKG

wizargs

Version:

A utility for defining functions with complex arguments

29 lines (28 loc) 618 B
{ "name": "wizargs", "version": "0.0.0", "description": "A utility for defining functions with complex arguments", "main": "index.js", "scripts": { "test": "mocha test.js" }, "repository": { "type": "git", "url": "https://github.com/jsrmath/wizargs" }, "keywords": [ "arguments", "splats" ], "author": "Julian Rosenblum <jsrmath@gmail.com> (http://julianrosenblum.com/)", "license": "BSD-2-Clause", "bugs": { "url": "https://github.com/jsrmath/wizargs/issues" }, "devDependencies": { "mocha": "~2.2.5" }, "dependencies": { "underscore": "~1.8.3" } }