-
Notifications
You must be signed in to change notification settings - Fork 193
Expand file tree
/
Copy pathloadTemplate.jquery.json
More file actions
26 lines (26 loc) · 918 Bytes
/
loadTemplate.jquery.json
File metadata and controls
26 lines (26 loc) · 918 Bytes
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": "loadTemplate",
"title": "jQuery Templating",
"description": "jQuery plugin for loading and using templates. The plugin is designed to be simple yet powerful, and supports loading templates from within the page, or using AJAX to load html files.",
"keywords": [
"templates",
"templating"
],
"version": "1.5.10",
"author": {
"name": "Paul Burgess and other contributors",
"url": "https://github.com/codepb/jquery-template"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/codepb/jquery-template/blob/master/MIT-LICENSE.txt"
}
],
"bugs": "https://github.com/codepb/jquery-template/issues",
"homepage": "https://github.com/codepb/jquery-template",
"docs": "https://github.com/codepb/jquery-template#jqueryloadtemplate",
"dependencies": {
"jquery": ">=1.8"
}
}