forked from SEED-platform/seed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
44 lines (44 loc) · 1.13 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
{
"name": "seed-core",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"seed/static/vendors/bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.6.1",
"angular-bootstrap": "~1.3.3",
"angular-cookies": "~1.6.1",
"angular-mocks": "~1.6.1",
"angular-ui-grid": "=4.0.2",
"angular-ui-notification": "~0.3.5",
"angular-ui-router": "~0.3.2",
"angular-ui-router.stateHelper": "~1.3.1",
"angular-ui-sortable": "~0.13.4",
"angular-ui-tree": "~2.10.0",
"angular-xeditable": "~0.1.9",
"bootstrap": "~3.3.7",
"d3": "=3.5.2",
"dimple": "=2.2.0",
"file-saver": "^1.3.3",
"fine-uploader": "git://github.com/FineUploader/fine-uploader.git#3.9.1",
"font-awesome": "~4.4.0",
"jasmine-core": "=1.3.1",
"jquery": "~2.2.4",
"jquery-ui": "~1.12.1",
"lodash": "~4.17.2",
"moment": "~2.17.1",
"ng-tags-input": "~3.0.0",
"spin.js": "~2.3.2",
"ui-grid-draggable-rows": "~0.3.2",
"angular-dragula": "^1.2.8",
"ng-focus-if": "^1.0.7"
},
"resolutions": {
"angular": "~1.6.1",
"angular-ui-router": "~0.3.2"
}
}