-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathbower.json
More file actions
25 lines (25 loc) · 750 Bytes
/
bower.json
File metadata and controls
25 lines (25 loc) · 750 Bytes
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
{
"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"
}
}