forked from jpadamsonline/jquerypagewalkthrough.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpagewalkthrough.jquery.json
41 lines (41 loc) · 1.23 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
{
"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": "1.1.1",
"author": {
"name": "Erwin Yusrizal",
"url": "[email protected]"
},
"maintainers": [
{
"name": "Erwin Yusrizal",
"email": "[email protected]",
"url": "http://jquerypagewalkthrough.github.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"repository": {
"type": "git",
"url": "git://github.com/jquerypagewalkthrough/jquerypagewalkthrough.git"
},
"bugs": "",
"homepage": "http://jquerypagewalkthrough.github.com",
"demo": "http://jquerypagewalkthrough.github.com/example/example.html",
"docs": "http://jquerypagewalkthrough.github.com",
"download": "https://github.com/jquerypagewalkthrough/jquerypagewalkthrough.github.com/zipball/master",
"dependencies": {
"jquery": ">=1.4"
}
}