This repository was archived by the owner on Feb 11, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.4 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.4 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "jquery-querystring",
"description": "Adds a simple querystring helper to the jQuery object, with a similar interface to the ASP.NET one",
"version": "1.2.1",
"private": false,
"preferGlobal": false,
"main": "output/jquery.querystring.js",
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/csrakowski/jQuery.QueryString/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/csrakowski/jQuery.QueryString.git"
},
"author": "Christiaan Rakowski <cs.rakowski@gmail.com>",
"homepage": "https://github.com/csrakowski/jQuery.QueryString/",
"contributors": [
{
"name": "Christiaan Rakowski",
"email": "cs.rakowski@gmail.com",
"url": "https://github.com/csrakowski/"
}
],
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"querystring",
"urlhelper"
],
"peerDependencies": {
"jquery": "*"
},
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-load-plugins": "^1.2.0",
"gulp-plumber": "^1.1.0",
"gulp-print": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^6.0.0",
"gulp-typescript": "^2.13.0",
"gulp-uglify": "^1.5.0",
"gulp-util": "^3.0.0",
"tslint": "^3.7.0",
"typescript": "^1.8.0"
},
"bundledDependencies": [],
"engines": {
"node": ">=4.0.0"
}
}