-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
40 lines (40 loc) · 808 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
{
"name": "angular-checkbox-tree-grid",
"version": "1.0.1",
"authors": [
"Shoukath Mohammed <[email protected]>"
],
"description": "An angular checkbox tree grid directive.",
"main": "dist/angular-checkbox.tree-grid.min.js",
"keywords": [
"grid",
"angular",
"tree-grid",
"angularjs",
"directive",
"checkbox-tree"
],
"license": "MIT",
"ignore": [
".*",
"src",
"demo",
"temp",
"test",
"README.md",
"license.js",
"gulpfile.js",
"node_modules",
"CHANGELOG.md",
"karma.conf.js",
"bower_components"
],
"dependencies": {
"angular": "^1.5.5",
"angular-translate": "^2.11.0",
"angular-translate-loader-static-files": "^2.11.0"
},
"devDependencies": {
"angular-mocks": "^1.5.8"
}
}