-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbower.json
33 lines (33 loc) · 931 Bytes
/
bower.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
{
"name": "jquery-viewloader",
"version": "1.0.0",
"title": "jQuery View Loader",
"repository": {
"type": "git",
"url": "https://github.com/techarch/jquery-viewloader.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"main": [
"jquery.viewloader.js",
"jquery.viewloader.min.js"
],
"keywords": [
"view",
"loader",
"view loader",
"templates"
],
"description": "jQuery View Loader allows you to break up a page into multiple views using your template engine of choice, each loaded and rendered dynamically. When combined with KnockoutJS you can have each view be data-bound to a view model.",
"author": "Philippe Monnet <techarch@monnet-usa.com>",
"homepage": "https://github.com/techarch/jquery-viewloader",
"dependencies": {
"jquery": ">=1.5"
},
"devDependencies": {
}
}