-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
54 lines (54 loc) · 1.3 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
{
"name": "angularjs-StartSmart",
"version": "0.0.1",
"description": "AngularJs Start Smart",
"authors": [
"George Bourazanas"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"angular-mocks": "1.4.1",
"bardjs": "0.1.4",
"sinon": "http://sinonjs.org/releases/sinon-1.15.4.js"
},
"resolutions": {
"angular": "1.3.14",
"tv4": "1.1.9"
},
"dependencies": {
"jquery": "2.1.4",
"angular": "1.4.1",
"angular-animate": "1.4.1",
"json3": "3.3.2",
"es5-shim": "4.1.8",
"angular-cookies": "1.4.1",
"angular-bootstrap": "0.13.0",
"angular-touch": "1.4.1",
"angular-local-storage": "0.2.2",
"angular-breadcrumb": "0.4.0",
"angular-ui-router": "0.2.15",
"angular-schema-form": "0.8.3",
"angular-sanitize": "1.4.1",
"angular-cache": "4.2.2",
"fontawesome": "4.3.0",
"tv4": "1.1.12",
"moment": "2.10.3",
"angular-moment": "0.10.1",
"angular-ui-select": "0.12.0",
"selectize": "0.12.1",
"angular-schema-form-datepicker": "0.4.0",
"pickadate": "4.0.0-0",
"ng-file-upload": "5.0.9",
"ng-file-upload-shim": "5.0.9",
"bootstrap-sass-official": "3.3.5",
"extras.angular.plus": "0.9.2",
"toastr": "2.1.0"
}
}