-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
61 lines (61 loc) · 1.26 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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "angular-sequoia",
"description": "A native AngularJS tree visualiser, with breadcrumbs and search.",
"repository": {
"type": "git",
"url": "git://github.com/tricinel/angular-sequoia"
},
"version": "0.3.12",
"authors": [
"Bogdan Lazar <[email protected]>"
],
"license": "MIT",
"keywords": [
"angularjs",
"sequoia",
"multiselect",
"tree",
"multiselect tree"
],
"main": [
"dist/angular-sequoia.js",
"dist/angular-sequoia.css"
],
"ignore": [
"node_modules",
"bower_components",
"src",
"tests",
"examples",
"gulp_tasks",
".tmp",
".gitignore",
".jshintrc",
"gulpfile.js",
"package.json",
"karma.conf.js",
"CHANGELOG.md",
"README.md",
"LICENSE.md",
"TODO.md",
"changelog.sh",
".travis.yml"
],
"devDependencies": {
"angular": ">=1.3.0",
"angular-mocks": "~1.4.7",
"bootstrap": "~3.3.5"
},
"dependencies": {
"lodash": "~3.10.1",
"angular-lodash": "~0.1.2",
"angular-sanitize": "~1.4.8",
"ngInfiniteScroll": "https://github.com/tricinel/ngInfiniteScroll.git#~1.2.3",
"Sortable": "~1.4.2",
"angular-animate": "~1.4.14"
},
"resolutions": {
"lodash": "~3.10.1",
"angular": "1.4.14"
}
}