-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 844 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 844 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
{
"name": "adf-widget-registry",
"version": "0.1.0-SNAPSHOT",
"main": "/index.html",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"dependencies": {
"modernizr": "2.8.x",
"json3": "3.2.6",
"es5-shim": "2.0.x",
"jquery": "2.x.x",
"jquery-ui": "1.11.x",
"bootstrap": "3.x.x",
"font-awesome": "4.3.x",
"angular": "1.3.x",
"angular-route": "1.3.x",
"angular-animate": "1.3.x",
"angular-resource": "1.3.x",
"angular-cookies": "1.3.x",
"angular-sanitize": "1.3.x",
"angular-loading-bar": "0.7.x",
"angular-bootstrap": "0.12.x",
"angular-moment": "~0.9.0",
"moment": "~2.8.4",
"ngDialog": "~0.4.0",
"angular-markdown-directive": "~0.3.1"
},
"devDependencies": {
"less": "1.7.4"
},
"resolutions": {
"angular": "^1.3"
}
}