-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
37 lines (37 loc) · 886 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
37
{
"name": "jquery-param",
"version": "1.2.4",
"description": "equivalent function to jQuery.param",
"main": "dist/umd/jquery-param.js",
"module": "dist/esm/jquery-param.mjs",
"scripts": {
"build": "rollup -c",
"test": "npm run build && mocha test/test.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/knowledgecode/jquery-param.git"
},
"keywords": [
"jquery",
"param",
"equivalent",
"jquery.param",
"serialize",
"post"
],
"author": "KNOWLEDGECODE",
"license": "MIT",
"bugs": {
"url": "https://github.com/knowledgecode/jquery-param/issues"
},
"homepage": "https://github.com/knowledgecode/jquery-param",
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"chai": "^5.1.1",
"jquery": "^3.7.1",
"jsdom": "^24.1.1",
"mocha": "^10.7.3",
"rollup": "^4.21.0"
}
}