forked from jonnyreeves/jquery-Mustache
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mustache.jquery.json
34 lines (34 loc) · 903 Bytes
/
mustache.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
34
{
"name": "mustache",
"version": "0.2.8",
"title": "jQuery Mustache",
"author": {
"name": "Jonny Reeves",
"url": "http://jonnyreeves.co.uk/"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jonnyreeves/jquery-Mustache/blob/master/MIT-LICENSE.txt"
}
],
"dependencies": {
"jquery": ">=1.5",
"mustache": ">=0.4"
},
"description": "Mustache templating for jQuery",
"keywords": [
"mustache",
"template",
"templating"
],
"docs": "https://github.com/jonnyreeves/jquery-Mustache/wiki",
"bugs": "https://github.com/jonnyreeves/jquery-Mustache/issues",
"homepage": "https://github.com/jonnyreeves/jquery-Mustache",
"maintainers": [
{
"name": "Jonny Reeves",
"url": "https://github.com/jonnyreeves"
}
]
}