-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
35 lines (35 loc) · 951 Bytes
/
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
{
"name": "otchi",
"description": "food social network",
"main": "index.js",
"license": "private",
"homepage": "to define",
"moduleType": [],
"resolutions": {
"angular": "1.5.9"
},
"dependencies": {
"angular": "1.5.9",
"angular-resource": "1.5.9",
"bootstrap": "^3.3.6",
"angular-ui-router": "^0.3.0",
"moment": "^2.13.0",
"angular-local-storage": "^0.2.7",
"angular-bootstrap": "^2.4.0",
"angular-translate": "^2.15.1",
"ngToast": "ngtoast#^2.0.0",
"ng-file-upload": "^12.0.4",
"stomp-websocket": "^2.3.4",
"sockjs-client": "^1.1.1",
"ng-tags-input": "^3.1.1",
"angular-translate-loader-partial": "^2.15.1",
"font-awesome": "^4.7.0",
"angular-cookies": "1.5.9",
"angular-translate-storage-cookie": "^2.15.1",
"angular-loading-bar": "^0.9.0",
"ng-material-floating-button": "ng-mfb#^0.6.2"
},
"devDependencies": {
"angular-mocks": "1.5.9"
}
}