-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbower.json
42 lines (42 loc) · 1.09 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
{
"name": "sab",
"version": "0.0.0",
"dependencies": {
"jquery": "2.2.4",
"angular": "^1.4.0",
"angular-ui-router": "^0.3.1",
"angular-resource": "^1.5.7",
"d3": "3.5.17",
"topojson": "^1.6.26",
"bootstrap-sass-official": "^3.2.0",
"angular-bootstrap": "^2.0.0",
"d3-queue": "^3.0.1",
"angular-openlayers-directive": "^2.1.0",
"angular-spinner": "^0.8.1",
"angulartics-google-analytics": "^0.4.0",
"angular-socialshare": "angularjs-socialshare#^2.3.6",
"angular-clipboard": "^1.5.0",
"angular-ladda": "^0.4.3",
"ng-file-upload-shim": "^12.2.13",
"ng-file-upload": "^12.2.13",
"satellizer": "^0.15.5",
"angular-toastr": "^2.1.1",
"angular-update-meta": "^2.1.0"
},
"devDependencies": {
"angular-mocks": "^1.4.0"
},
"appPath": "app",
"moduleName": "sabApp",
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
]
}
},
"development": "http://localhost:5003/api",
"production": "https://api.insa.gov.br"
}