-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathviewmachine.jquery.json
33 lines (33 loc) · 980 Bytes
/
viewmachine.jquery.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": "viewmachine",
"title": "jQuery ViewMachine",
"description": "jQuery plugin for templating dynamic websites in Javascript exclusively, rather than using snippets of HTML. If you want to rapidly template a site, with resuable javascript, this plugin fits the bill",
"keywords": [
"templating",
"templates"
],
"version": "0.0.4",
"author": {
"name": "Sam Morrow",
"url": "https://github.com/SamMorrowDrums"
},
"maintainers": [
{
"name": "Sam Morrow",
"email": "info@sammorrowdrums.com",
"url": "http://www.sammorrowdrums.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/SamMorrowDrums/ViewMachine/master/mit-licence.txt"
}
],
"bugs": "https://github.com/SamMorrowDrums/ViewMachine/issues",
"homepage": "https://github.com/SamMorrowDrums/ViewMachine",
"docs": "https://github.com/SamMorrowDrums/ViewMachine",
"dependencies": {
"jquery": ">=1.10"
}
}