-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbower.json
More file actions
43 lines (43 loc) · 958 Bytes
/
bower.json
File metadata and controls
43 lines (43 loc) · 958 Bytes
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
{
"name": "angular-rs-datagrid",
"authors": [
"Lucas Rodrigues <lucrod1@yahoo.com.br>"
],
"description": "Angular directive for dataGrid with pagination in back-end and input, input-mask, chosen, combo, checkbox, multiChosen and others",
"main": [
"dist/directive.min.css",
"dist/directive.min.js"
],
"keywords": [
"angularjs",
"angular",
"datagrid"
],
"license": "MIT",
"private": false,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"src",
"gulpfile.js",
"karma.conf.js",
"directive.md",
"demo",
"dist/directive.js",
"dist/directive.css",
"tests"
],
"devDependencies": {
"angular": "~1.4.7",
"angular-sanitize": "~1.4.14",
"angular-mocks": "~1.4.14",
"angular-bootstrap": "0.13.4"
},
"dependencies": {
"angular-input-masks": "^2.5.0",
"angular-ui-select": "^0.19.6",
"angular-locale-pt-br": "^1.3.15"
}
}