forked from greenpioneersolutions/meanstackjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
41 lines (41 loc) · 952 Bytes
/
bower.json
File metadata and controls
41 lines (41 loc) · 952 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
38
39
40
41
{
"name": "meanstackjs",
"description": "meanstackjs",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"angular-mocks": "^1.5.3"
},
"dependencies": {
"angular": "^1.5.3",
"angular-sanitize": "^1.5.3",
"angular-cookies": "^1.5.3",
"angular-animate": "^1.5.3",
"angular-resource": "^1.5.3",
"angular-material": "~1.0.1",
"angular-mocks": "^1.5.3",
"angular-moment": "^0.10.3",
"angular-ui-router": "^0.2.15",
"angular-bootstrap": "^0.14.3",
"bootstrap-sass": "~3.3.6",
"font-awesome": "^4.3.0",
"foundation": "~5.5.3",
"lodash": "~3.10.1",
"jquery": "^2.1.4",
"moment": "^2.10.3",
"materialize": "^0.97.3",
"toastr": "^2.1.1",
"ng-file-upload ": "10.1.8",
"socket.io-client": "~1.4.5",
"angular-jwt": "^0.0.9"
},
"resolutions": {
"angular": "1.5.5"
}
}