-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
55 lines (55 loc) · 1.33 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "@bbalganjjm/natural_js",
"version": "1.0.0",
"description": "Natural-JS is a JavaScript architectural framework designed for enterprise web applications, allowing intuitive, easy, and fast implementation of user interfaces.",
"projects": [
"https://github.com/bbalganjjm/natural_js"
],
"homepage": "https://bbalganjjm.github.io/natural_js",
"main": "natural.js.min.js",
"types": "node_modules/@types/natural_js/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/bbalganjjm/natural_js.git"
},
"keywords": [
"UI Components",
"Javascript UI",
"Front-end",
"Front-end Architecture",
"Front-end framework",
"jQuery Plugin",
"jQuery Library",
"Javascript Input Validation",
"javascript AOP",
"Single Page Applications",
"SPA",
"Javascript Front",
"Data Grid",
"Data Table",
"table",
"grid",
"tree",
"tabs",
"natural-js",
"naturaljs"
],
"dependencies": {
"jquery": "3.7.1"
},
"devDependencies": {
"@types/jquery": "^3.5.32"
},
"owners": [
{
"name": "Goldman Kim",
"githubUsername": "bbalganjjm",
"email": "bbalganjjm@gmail.com"
}
],
"license": "LGPL v2.1",
"bugs": {
"url": "https://github.com/bbalganjjm/natural_js/issues",
"email": "bbalganjjm@gmail.com"
}
}