UNPKG

function-events-extension

Version:

Extension 'Function' prototype to be able to use event pattern

28 lines (27 loc) 638 B
{ "name": "function-events-extension", "version": "0.0.5", "description": "Extension 'Function' prototype to be able to use event pattern", "scripts": { "test": "karma start karma.conf.js" }, "author": "alcadur", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Alcadur/function-events-extension" }, "keywords": [ "function", "event", "handler" ], "devDependencies": { "jasmine-core": "^2.5.2", "karma": "^1.3.0", "karma-jasmine": "^1.0.2", "karma-phantomjs-launcher": "^1.0.2", "phantomjs-prebuilt": "^2.1.13", "webpack": "^1.13.2" } }