forked from serbanghita/form-to-object
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 998 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": "formToObject",
"title": "formToObject",
"description": "Plain JavaScript method to convert a HTML form (fields and values) to JavaScript (multidimensional) object.",
"version": "1.0.1",
"main": "formToObject.js",
"homepage": "https://github.com/serbanghita/formToObject",
"author": {
"name": "Serban Ghita",
"url": "https://github.com/serbanghita"
},
"repository": {
"type": "git",
"url": "https://github.com/serbanghita/formToObject.git"
},
"keywords": [
"form",
"serialize",
"json",
"convert",
"javascript"
],
"bugs": {
"url": "https://github.com/serbanghita/formToObject/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/serbanghita/formToObject/blob/master/LICENSE.txt"
}
],
"readmeFilename": "README.md",
"dependencies": {},
"devDependencies": {},
"scripts": {}
}