-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathpackage.json
42 lines (42 loc) · 1.21 KB
/
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
37
38
39
40
41
42
{
"name": "jquery-query-object",
"title": "Query String Modification and Creation for jQuery",
"description": "Query String Modification and Creation for jQuery",
"keywords": [
"query",
"parameter",
"window.location.search",
"querystring",
"deserialize",
"serialize"
],
"version": "2.2.3",
"author": "Blair Mitchelmore <[email protected]> (https://github.com/blairmitchelmore)",
"licenses": [
{
"type": "WTFPL",
"url": "http://sam.zoy.org/wtfpl/"
}
],
"bugs": {
"url": "https://github.com/alrusdi/jquery-plugin-query-object/issues"
},
"homepage": "https://github.com/alrusdi/jquery-plugin-query-object",
"docs": "https://github.com/alrusdi/jquery-plugin-query-object",
"download": "https://github.com/alrusdi/jquery-plugin-query-object/archive/master.zip",
"dependencies": {
"jquery": ">=1.4"
},
"maintainers": [
"Alexander Alrusdi <[email protected]> (https://github.com/alrusdi)"
],
"main": "jquery.query-object.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/alrusdi/jquery-plugin-query-object.git"
},
"license": "ISC"
}