UNPKG

411 BJSONView Raw
1{
2 "parts": [
3 {
4 "name": "ep_mypads",
5 "post": ["ep_etherpad-lite/static"],
6 "hooks": {
7 "init_ep_mypads": "ep_mypads/hooks:init",
8 "expressConfigure": "ep_mypads/hooks:expressConfigure",
9 "pluginUninstall": "ep_mypads/hooks:removeAllData"
10 },
11 "client_hooks": {
12 "postToolbarInit": "ep_mypads/static/js/clientHooks:postToolbarInit"
13 }
14 }
15 ]
16}