-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
42 lines (42 loc) · 1007 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
38
39
40
41
42
{
"license": "MIT",
"name": "form-data-json-convert",
"description": "Convert html forms into json or fill forms from json.",
"repository": {
"type": "git",
"url": "git+https://github.com/brainfoolong/form-data-json.git"
},
"version": "2.2.2",
"scripts": {
"dist": "node build/dist.js"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/preset-env": "^7.22.9",
"babel-preset-minify": "^0.5.2"
},
"bugs": {
"url": "https://github.com/brainfoolong/form-data-json/issues"
},
"homepage": "https://github.com/brainfoolong/form-data-json",
"main": "dist/form-data-json.min.js",
"directories": {
"test": "docs/tests",
"example": "example"
},
"files": [
"dist/*",
"src/*",
"*.md"
],
"keywords": [
"javascript",
"forms",
"json",
"input",
"serializejson"
],
"author": "BrainFooLong"
}