-
Notifications
You must be signed in to change notification settings - Fork 188
/
bower.json
46 lines (46 loc) · 912 Bytes
/
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
{
'name': 'gijgo',
'version': '1.9.11',
'description': 'Gijgo is a set of free open source javascript controls distributed under MIT License with built-in support for Bootstrap and Material Design',
'main': [
'./dist/combined/js/gijgo.js',
'./dist/combined/css/gijgo.css'
],
'homepage': 'http://gijgo.com',
'keywords': [
'jquery',
'gijgo',
'javascript',
'plugin',
'grid',
'datagrid',
'table',
'dialog',
'modal',
'draggable',
'droppable',
'tree'
],
'authors': [
'Atanas Atanasov <[email protected]>'
],
'license': 'MIT',
'dependencies': {
'jquery': '~3.3.1'
},
'ignore': [
'bin',
'obj',
'Properties',
'Gijgo.GitHub.csproj',
'src',
'JSLintNet.json',
'Gruntfile.js',
'package.json',
'bower.json',
'README.md',
'node_modules',
'bower_components',
'**/.*'
]
}