-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
48 lines (48 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
45
46
47
48
{
"name": "tagger",
"main": "app.js",
"version": "0.0.1",
"homepage": "https://github.com/hatfieldlibrary/tagger-2",
"authors": [
"Michael Spalti <mspalti@gmail.com>"
],
"description": "Tagger is backend service for publishing digital collections, exhibits and other online resources.",
"keywords": [],
"license": "MIT",
"ignore": [
"**/.*",
".idea",
".gitignore",
"node_modules",
"tests",
"LICENSE",
"bower_components",
"coverage",
"gulpfile.js",
"package.json",
"*.conf.js"
],
"dependencies": {
"jquery": "^3.1.1",
"angular": "1.7.5",
"angular-messages": "1.7.5",
"angular-route": "1.7.5",
"angular-resource": "1.7.5",
"angular-animate": "1.7.5",
"fontawesome": "~4.3.0",
"d3": "~3.5.6",
"rem-unit-polyfill": "~1.3.2",
"angular-material": "^1.1.3",
"ng-file-upload": "^12.2.13",
"ng-file-upload-shim": "^12.2.13",
"rxjs": "^4.1.0",
"rx-angular": "angular-rx#^1.1.3",
"angular-drag-and-drop-lists": "^2.0.0"
},
"devDependencies": {
"angular-mocks": "~1.7.x"
},
"resolutions": {
"angular": "1.7.5"
}
}