-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 900 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
{
"name": "jb-form",
"description": "form web component with extended feature like validation and dirty check",
"type": "module",
"author": {
"name": "mohammad javad bathaei",
"email": "[email protected]"
},
"keywords": [
"jb",
"jb-form",
"form",
"validation",
"dirty",
"form web-component",
"web-component"
],
"version": "0.6.9",
"bugs": "https://github.com/javadbat/jb-form/issues",
"license": "MIT",
"files": [
"LICENSE",
"README.md",
"lib/",
"lib/types.ts",
"dist/",
"react/"
],
"sideEffects": ["*.js"],
"main": "index.js",
"module": "index.js",
"homepage": "https://github.com/javadbat/jb-form",
"repository": {
"type": "git",
"url": "https://github.com/javadbat/jb-form"
},
"types": "./dist/web-component/jb-form/lib/jb-form.d.ts",
"dependencies": {
"jb-validation":"^0.2.0"
}
}