-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
36 lines (36 loc) · 907 Bytes
/
package.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
36
{
"name": "jquery-load-json",
"version": "1.3.4",
"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",
"ecosystem:jquery"
],
"homepage": "https://github.com/kevindb/jquery-load-json",
"bugs": "https://github.com/kevindb/jquery-load-json/issues",
"license": "LGPL-2.1",
"contributors": [
"Kevin Morris",
"Jovan Popovic",
"Alexandre Caprais"
],
"main": "src/jquery.loadJSON.js",
"browser": "dist/jquery.loadJSON.min.js",
"repository": {
"type": "git",
"url": "https://github.com/kevindb/jquery-load-json.git"
},
"dependencies": {
"jquery": "^3.4.1"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-contrib-uglify": "^3.4.0"
}
}