-
Notifications
You must be signed in to change notification settings - Fork 69
/
Copy pathjput.jquery.json
35 lines (35 loc) · 1.07 KB
/
jput.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
35
{
"name": "jput",
"title": "jPut JSON to HTML",
"description": "jPut is a small jQuey plugin where you can append your JSON to customized HTML format easily. You can also dynamically bind values to your existing data easily. Its simple and fast. The jPut can call by usind data attributes. jPut also supports JSONP.",
"keywords": [
"jput",
"json",
"jsonp",
"ui",
"ajax",
"render",
"multidimensional",
"jsonrender",
"databinding"
],
"version": "2.0.0",
"author": {
"name": "Shabeer Ali M",
"email": "[email protected]",
"url": "https://github.com/shabeer-ali-m"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/shabeer-ali-m/jput/issues",
"homepage": "https://github.com/shabeer-ali-m/jput/",
"docs": "https://github.com/shabeer-ali-m/jput",
"download": "https://github.com/shabeer-ali-m/jput",
"dependencies": {
"jquery": ">=1.7.0"
}
}