UNPKG

@odopod/odo-hotspots

Version:
37 lines (36 loc) 816 B
{ "name": "@odopod/odo-hotspots", "description": "A component which positions and opens hotspots.", "version": "1.2.1", "main": "dist/odo-hotspots.js", "module": "dist/odo-hotspots.esm.js", "style": "css/odo-hotspots.css", "odoModule": "src/hotspots.js", "sideEffects": false, "author": "Odopod", "contributors": [ { "name": "Glen Cheney", "email": "glen@odopod.com" } ], "dependencies": { "debounce": "^1.0.0", "tiny-emitter": "^2.0.1" }, "homepage": "https://github.com/odopod/code-library/tree/master/packages/odo-hotspots", "odoKeywords": [ "ui" ], "keywords": [ "odo", "odo-component", "odopod", "hotspots" ], "license": "MIT", "repository": "odopod/code-library", "scripts": { "test": "gulp code-quality test" } }