-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
39 lines (39 loc) · 993 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
{
"name": "mvcct-controls",
"version": "1.0.8",
"homepage": "https://github.com/MvcControlsToolkit/mvcct-controls",
"description": "core javascript files for Mvc Controls Toolkit controls",
"main": [
"mvcct.controls.min.js"
],
"ignore": [
"**/.*",
"*.json",
"*.md",
"*.txt",
"!LICENSE.txt",
"gulpfile.js"
],
"keywords": [
"grid",
"detail form",
"autocomplete",
"pager",
"query",
"mvc controls toolkit"
],
"dependencies": {
"mvcct-enhancer": ">=1.1.0",
"awesomplete": ">=1.1.1",
"mvcct-odata": ">=1.0.2"
},
"authors": [
"Mvc Controls Toolkit Team",
"Francesco Abbruzzese"
],
"license": "https://github.com/MvcControlsToolkit/mvcct-controls/blob/master/LICENSE.txt",
"repository": {
"type": "git",
"url": "https://github.com/MvcControlsToolkit/mvcct-controls.git"
}
}