mirror of
https://github.com/jhillyerd/inbucket.git
synced 2026-01-06 03:17:05 +00:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "jquery-load-template",
|
|
"homepage": "http://codepb.github.io/jquery-template/",
|
|
"authors": [
|
|
"Paul Burgess <paul.j.burgess@outlook.com>"
|
|
],
|
|
"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.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/codepb/jquery-template.git"
|
|
},
|
|
"main": "dist/jquery.loadTemplate.js",
|
|
"keywords": [
|
|
"templates",
|
|
"templating",
|
|
"jquery-plugin"
|
|
],
|
|
"ignore": [
|
|
"Examples",
|
|
"tests",
|
|
".gitattributes",
|
|
".gitignore",
|
|
".travis.yml",
|
|
"loadTemplate.jquery.json",
|
|
"MIT-LICENSE.txt",
|
|
"package.json",
|
|
"readme.md"
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">=1.8"
|
|
},
|
|
"version": "1.5.10",
|
|
"_release": "1.5.10",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "1.5.10",
|
|
"commit": "f9fb1a98f0ff2501776bb16f318ec39b97b1ab1f"
|
|
},
|
|
"_source": "https://github.com/codepb/jquery-template.git",
|
|
"_target": "^1.5.6",
|
|
"_originalSource": "jquery-load-template"
|
|
} |