forked from pickhardt/Guiders-JS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
guiders.jquery.json
33 lines (33 loc) · 907 Bytes
/
guiders.jquery.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
27
28
29
30
31
32
33
{
"name": "guiders",
"title": "Guiders.js",
"description": "Guiders.js for adding guided tours to websites.",
"keywords": [
"guiders",
"tours"
],
"version": "2.0.0",
"author": {
"name": "Jeff Pickhardt",
"url": "https://github.com/pickhardt"
},
"maintainers": [
{
"name": "Jeff Pickhardt",
"url": "https://github.com/pickhardt"
}
],
"licenses": [
{
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"bugs": "https://github.com/jeff-optimizely/Guiders-JS/issues",
"homepage": "https://github.com/jeff-optimizely/Guiders-JS",
"docs": "https://github.com/jeff-optimizely/Guiders-JS",
"download": "https://github.com/jeff-optimizely/Guiders-JS",
"dependencies": {
"jquery": ">=1.3"
}
}