1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-08 20:21:55 +00:00

webui: Renamed themes dir to ui

- Eliminated intermediate bootstrap dir
This commit is contained in:
James Hillyerd
2018-03-25 11:21:53 -07:00
parent 0d6936d1b3
commit b50c926745
660 changed files with 5 additions and 3 deletions

View File

@@ -0,0 +1,32 @@
{
"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"
}
}