-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 713 Bytes
/
bower.json
File metadata and controls
30 lines (30 loc) · 713 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
{
"name": "end-project",
"description": "Web about projects collabortive",
"main": "index.js",
"authors": [
"Marc Vergara <marc.vergara.f@gmail.com>"
],
"license": "ISC",
"homepage": "/public",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "^3.3.7",
"angular": "^1.6.6",
"angular-route": "^1.6.6",
"font-awesome": "^4.7.0",
"sweetalert": "1.1.3",
"ngSweetAlert": "latest",
"ng-tags-input": "3.2.0",
"angular-jwt": "^0.1.9",
"ng-file-upload": "^12.2.13",
"AngularJS-Toaster": "angularjs-toaster#^2.2.0",
"angular-socialshare": "angularjs-socialshare#^2.3.11"
}
}