phased-hooks
Version:
register and invoke a system of callbacks in phases
35 lines (34 loc) • 745 B
JSON
{
"name": "phased-hooks",
"version": "0.1.1",
"description": "register and invoke a system of callbacks in phases",
"main": "hooks.js",
"scripts": {
"test": "mocha test/specs"
},
"repository": {
"type": "git",
"url": "https://github.com/Aomitayo/phased-hooks.git"
},
"keywords": [
"hooks",
"phases"
],
"author": "adedayo omitayo",
"license": "MIT",
"bugs": {
"url": "https://github.com/Aomitayo/phased-hooks/issues"
},
"homepage": "https://github.com/Aomitayo/phased-hooks",
"dependencies": {
"debug": "^2.0.0",
"lodash": "^2.4.1",
"q": "^1.0.1"
},
"devDependencies": {
"chai": "^1.9.1",
"mocha": "^1.21.4",
"sinon": "^1.10.3",
"sinon-chai": "^2.5.0"
}
}