forked from jwarby/jquery-pagewalkthrough
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pagewalkthrough.jquery.json
54 lines (54 loc) · 1.54 KB
/
pagewalkthrough.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "pagewalkthrough",
"title": "jQuery Page Walkthrough",
"description": "Page Walkthrough is a flexible system for designing interactive, multimedia, educational walkthroughs.",
"keywords": [
"walkthrough",
"tooltip",
"highlighting",
"guide"
],
"version": "2.6.1",
"author": {
"name": "Erwin Yusrizal",
"email": "[email protected]"
},
"maintainers": [
{
"name": "James West"
},
{
"name": "JP Adams",
"email": "[email protected]",
"url": "https://github.com/jpadamsonline"
}
{
"name": "James Warwood",
"email": "[email protected]",
"url": "https://github.com/warby-"
},
{
"name": "Craig Roberts",
"email": "[email protected]",
"url": "https://github.com/craig0990"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"repository": {
"type": "git",
"url": "git://github.com/warby-/jquery-pagewalkthrough.git"
},
"bugs": "",
"homepage": "https://github.com/warby-/jquery-pagewalkthrough",
"demo": "http://warby-.github.io/jquery-pagewalkthrough",
"docs": "https://github.com/warby-/jquery-pagewalkthrough",
"download": "https://github.com/warby-/jquery-pagewalkthrough/archive/master.zip",
"dependencies": {
"jquery": ">=1.4"
}
}