jquery-load-json
Version:
jQuery plugin that enables developers to load JSON data from the server and load JSON object into the DOM.
26 lines (25 loc) • 750 B
JSON
{
"name": "jquery-load-json",
"description": "jQuery plugin that enables developers to load JSON data from the server and load JSON object into the DOM.",
"main": "src/jquery.loadJSON.js",
"moduleType": [ "globals", "amd", "node" ],
"license": "LGPL-2.1",
"ignore": [
"README.md",
"composer.json",
"package.json"
],
"keywords": [ "javascript", "jquery", "html-form", "ajax-form", "json", "loadjson-plugin", "jquery-plugin" ],
"authors": [
{ "name": "Kevin Morris" },
{ "name": "Jovan Popovic" }
],
"homepage": "https://github.com/kevindb/jquery-load-json",
"repository": {
"type": "git",
"url": "https://github.com/kevindb/jquery-load-json.git"
},
"dependencies": {
"jquery": ">=1.7"
}
}