{ "library": "./index.js", "hooks": [ { "hook": "static:app.load", "method": "init"}, { "hook": "action:post.upvote", "method": "onUpvote"}, { "hook": "action:post.downvote", "method": "onDownvote"}, { "hook": "action:post.unvote", "method": "onUnvote"}, { "hook": "action:plugin.deactivate", "method": "deactivate"}, { "hook": "filter:navigation.available", "method": "getNavigation"} ], "templates": "templates", "languages": "languages" }