forked from adaptlearning/adapt-contrib-hotgraphic
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
26 lines (26 loc) · 769 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "adapt-imagemap",
"version": "1.0.6",
"framework": "^2.0.0",
"repository": "git://github.com/harlows/adapt-imagemap.git",
"homepage": "https://github.com/harlows/adapt-imagemap",
"issues": "",
"author": "Pete Stewart",
"description": "A component that enables a user to click on hot spots over an image and display a detailed popup that includes an image with text.",
"main": "/js/adapt-imagemap.js",
"displayName": "Image Map",
"component": "imagemap",
"assetFields": [
"_graphic.src",
"_items[]._graphic.src"
],
"keywords": [
"adapt-plugin",
"adapt-component"
],
"pluginDependencies": {
"adapt-contrib-narrative": "*"
},
"license": "GPLv3",
"private": "true"
}