@commodo/hooks
Version:
Hooks are points in code on which you can "hook" on to and execute one or more callbacks.
33 lines (32 loc) • 640 B
JSON
{
"name": "@commodo/hooks",
"version": "1.2.1",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/webiny/commodo.git"
},
"contributors": [
"Adrian Smijulj <adrian@webiny.com>"
],
"license": "MIT",
"dependencies": {
"repropose": "^1.0.2"
},
"devDependencies": {
"ramda": "^0.25.0"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"commodo",
"composeable",
"models",
"hooks"
],
"scripts": {
"build": "babel src --ignore src/__tests__ --out-dir dist --source-maps"
},
"gitHead": "66087865a6713a881f058da23ad4d19d6ae20a49"
}