-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
executable file
·54 lines (54 loc) · 1.44 KB
/
bower.json
File metadata and controls
executable file
·54 lines (54 loc) · 1.44 KB
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
{
"name": "Angularjs Web Application",
"version": "1.0.0",
"dependencies": {
"angular-animate": "~1.3.14",
"angular-bootstrap": "~0.12.1",
"angular-cookies": "~1.3.14",
"angular-couch-potato": "~0.2.3",
"angular-easyfb": "~1.2.1",
"angular-local-storage": "~0.1.5",
"angular-resource": "~1.3.14",
"angular-route": "~1.3.14",
"angular-sanitize": "~1.3.14",
"angular-touch": "~1.3.14",
"angular-ui-router": "~0.2.13",
"angular-xeditable": "~0.1.8",
"angularjs" : "~1.3.14",
"bootstrap": "3.3.2",
"bootstrap3-fontawesome-timepicker": "~0.2.6",
"bootstrap-duallistbox": "~3.0.2",
"bootstrap-markdown": "~2.8.0",
"bootstrap-progressbar": "~0.8.3",
"bootstrap-tagsinput": "~0.4.2",
"bootstrap-timepicker": "~0.2.6",
"bower-jvectormap": "~1.2.2",
"relayfoods-jquery.sparkline": "~2.1.4",
"requirejs-domready": "~2.0.1",
"toastr": "~2.1.0",
"requirejs": "~2.1.18"
},
"resolutions": {
"angular": "1.3.x",
"jquery": "~2.1.3",
"bootstrap": "3.3.2",
"font-awesome": ">=4.2.0"
},
"ignore": [
"**/.*",
"build",
"wwwroot",
"speed",
"src",
"test",
"*.md",
"AUTHORS.txt",
"package.json"
],
"install" : {
"path" : {
"js": "src/lib/js",
"css": "src/lib/css"
}
}
}