-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathbower.json
50 lines (50 loc) · 1.06 KB
/
bower.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
{
"name": "natural_js",
"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": "http://bbalganjjm.github.io/natural_js",
"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"
],
"authors": [
"Goldman Kim <bbalganjjm@gmail.com>"
],
"license": "LGPL v2.1",
"dependencies":{
"jquery": "3.7.1"
},
"ignore": [
".project",
".DS_Store*",
"ehthumbs.db",
"Thumbs.db",
".settings/",
".externalToolBuilders/",
".history",
".idea",
"*.iml",
"node_modules/",
"package-lock.json"
]
}