-
Notifications
You must be signed in to change notification settings - Fork 193
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 723 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "jquery.loadtemplate",
"version": "1.5.10",
"main": "dist/jquery.loadTemplate.js",
"author": "Paul Burgess",
"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.",
"homepage": "http://codepb.github.io/jquery-template/",
"keywords": [
"templates",
"templating",
"jquery-plugin"
],
"bugs": "https://github.com/codepb/jquery-template/issues",
"license": "MIT",
"repository" : {
"type" : "git",
"url" : "https://github.com/codepb/jquery-template"
},
"dependencies" : {
"jquery": ">=1.8"
}
}