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) • 799 B
JSON
{
"name": "jquery-load-json",
"version": "1.3.3",
"description": "jQuery plugin that enables developers to load JSON data from the server and load JSON object into the DOM.",
"keywords": [ "javascript", "jquery", "html-form", "ajax-form", "json", "loadjson-plugin", "jquery-plugin" ],
"homepage": "https://github.com/kevindb/jquery-load-json",
"bugs": "https://github.com/kevindb/jquery-load-json/issues",
"license": "LGPL-2.1",
"contributors": [
{ "name": "Kevin Morris" },
{ "name": "Jovan Popovic" }
],
"main": "src/jquery.loadJSON.js",
"repository": {
"type": "git",
"url": "https://github.com/kevindb/jquery-load-json.git"
},
"dependencies": {
"jquery": ">=1.7"
},
"devDependencies": {
"grunt": "~1",
"grunt-contrib-uglify": "~2"
}
}