advisable
Version:
Functional mixin for sync and async before/after/around advice
31 lines (30 loc) • 769 B
JSON
{
"name": "advisable"
, "version": "0.2.0"
, "author": "Steve Lloyd"
, "description": "Functional mixin for sync and async before/after/around advice"
, "main": "./lib/advisable"
, "keywords": [ "advice", "AOP", "functional mixin" ]
, "homepage": "https://github.com/repeatingbeats/advisable"
, "repository": {
"type": "git"
, "url": "https://github.com/repeatingbeats/advisable"
}
, "bugs": {
"url": "http://github.com/repeatingbeats/advisable/issues"
}
, "licenses": [{
"type": "MIT"
, "url": "https://github.com/repeatingbeats/advisable/raw/master/LICENSE"
}]
, "devDependencies": {
"mocha": "1.3.2"
, "chai": "1.2.0"
, "sinon": "1.4.2"
, "sinon-chai": "2.1.2"
, "grunt": "0.3.12"
}
, "scripts": {
"test": "make test"
}
}