forked from spietrek/SharePoint.Projects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
48 lines (48 loc) · 1.06 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": "projects",
"version": "0.0.1",
"description": "projects",
"authors": [],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"overrides": {
"bootstrap": {
"main": [
"dist/js/bootstrap.js",
"dist/css/bootstrap.css",
"less/bootstrap.less"
]
}
},
"resolutions": {
"angular": "1.4.7"
},
"devDependencies": {
"angular-mocks": "1.4.7",
"sinon": "http://sinonjs.org/releases/sinon-1.17.1.js",
"bardjs": "0.1.8"
},
"dependencies": {
"jquery": "2.1.4",
"angular": "1.4.7",
"angular-sanitize": "1.4.7",
"bootstrap": "3.3.5",
"extras.angular.plus": "0.9.3",
"font-awesome": "4.3.0",
"moment": "2.10.6",
"angular-ui-router": "0.2.15",
"toastr": "2.1.2",
"angular-animate": "1.4.7",
"ng-tasty": "0.5.8",
"api-check": "7.5.3",
"angular-formly": "7.2.3",
"angular-formly-templates-bootstrap": "6.1.5",
"lodash": "3.10.1"
}
}