-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
23 lines (22 loc) · 1.05 KB
/
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
{
"name": "adapt-img-text-reveal",
"version": "1.0.7",
"framework": ">=2.1.0",
"repository": {
"type": "git",
"url": "git://github.com/saralsharma/adapt-img-text-reveal.git"
},
"homepage": "https://github.com/saralsharma/adapt-img-text-reveal",
"authors": [
"Saral Sharma <[email protected]>"
],
"displayName": "Click image - text reveal",
"component": "imageTextReveal",
"description": "This component reveals the text information when user clicks on the graphic. The text information slides down under the graphic. Durations are given in milliseconds; higher values indicate slower animations, not faster ones. The strings 'fast' and 'slow' can be supplied to indicate durations of 200 and 600 milliseconds, respectively. If any other string is supplied, or if the duration parameter is omitted, the default duration of 400 milliseconds is used.",
"main": "/js/adapt-img-text-reveal.js",
"keywords": [
"adapt-plugin",
"adapt-component"
],
"license": "GPLv3"
}