UNPKG

extensible-function

Version:

An extensible ES6 function with idiomatic inheritance and various other benifits

31 lines (30 loc) 694 B
{ "name": "extensible-function", "version": "1.1.1", "description": "An extensible ES6 function with idiomatic inheritance and various other benifits", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/Aldlevine/extensible-function.git" }, "keywords": [ "ES6", "Function", "OOP", "Extend", "Class", "Inheritance" ], "author": "Aaron Levine", "license": "MIT", "bugs": { "url": "https://github.com/Aldlevine/extensible-function/issues" }, "homepage": "https://github.com/Aldlevine/extensible-function#readme", "devDependencies": { "mocha": "^3.1.2" } }