-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
8 lines (8 loc) · 603 Bytes
/
package.json
File metadata and controls
8 lines (8 loc) · 603 Bytes
1
2
3
4
5
6
7
8
{
"name": "Hype GlobalBehavior",
"description": "This module allows to extend custom behavior across Hype document and iFrame boundaries containing Hype documents. There is also an implementation making this work across devices using Pusher. The function not listed in the JSDoc is the one mainly leveraged in this extension is hypeDocument.triggerCustomBehaviorNamed and is part of the official API. Hence the function is essential but not listed in the JSDocs of this extension.",
"author": "Max Ziebell",
"main": "HypeGlobalBehavior.js",
"license": "MIT",
"dependencies": {}
}