UNPKG

pudge

Version:
33 lines (32 loc) 657 B
{ "name": "pudge", "version": "2.0.1", "description": "simple node.js hook utility", "main": "index.js", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/gorangajic/pudge.git" }, "keywords": [ "hook", "hooks", "utilites" ], "author": "Goran Gajic <fero.null@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/gorangajic/pudge/issues" }, "homepage": "https://github.com/gorangajic/pudge#readme", "dependencies": { "debug": "4.1.1", "extend": "3.0.2" }, "devDependencies": { "jest": "24.9.0", "sinon": "7.3.0" } }