houzhongjian
2024-07-11 759b1c71011abd6b58c37d2566f3f3c208c2f1b2
提交 | 用户 | 时间
759b1c 1 {
H 2   "name": "form-gen-parser",
3   "version": "1.0.3",
4   "description": "表单json解析器",
5   "main": "lib/form-gen-parser.umd.js",
6   "directories": {
7     "example": "example"
8   },
9   "scripts": {
10     "test": "echo \"Error: no test specified\" && exit 1"
11   },
12   "repository": {
13     "type": "git",
14     "url": "git+https://github.com/JakHuang/form-generator.git"
15   },
16   "dependencies": {
17     "form-gen-render": "^1.0.0"
18   },
19   "author": "jakHuang",
20   "license": "MIT",
21   "bugs": {
22     "url": "https://github.com/JakHuang/form-generator/issues"
23   },
24   "homepage": "https://github.com/JakHuang/form-generator/blob/dev/src/components/parser"
25 }