-
Notifications
You must be signed in to change notification settings - Fork 433
/
package.json
32 lines (32 loc) · 969 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
{
"name": "jquery-serializejson",
"main": "jquery.serializejson.js",
"version": "3.2.1",
"description": "jQuery or Zepto plugin to serialize a form into a JavaScript Object, using the same format as the default Ruby on Rails request params",
"homepage": "https://github.com/marioizquierdo/jquery.serializeJSON",
"author": "Mario Izquierdo",
"license": "MIT",
"scripts": {
"test": "echo \"Open /spec/spec_runner_jquery.html or /spec/spec_runner_zepto.html to run the jasmine specs in your browser\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/marioizquierdo/jquery.serializeJSON.git"
},
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"form-serialization",
"form-to-json",
"html-to-json",
"form",
"json"
],
"bugs": {
"url": "https://github.com/marioizquierdo/jquery.serializeJSON/issues"
},
"dependencies": {},
"devDependencies": {
"eslint": "^7.8.1"
}
}