-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathbower.json
45 lines (45 loc) · 1.03 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
{
"name": "angular-seed",
"description": "A starter project for AngularJS",
"version": "0.0.0",
"homepage": "https://github.com/angular/angular-seed",
"license": "MIT",
"private": true,
"dependencies": {
"jquery": "^3.2.1",
"jquery-ui": "^1.12.1",
"angular": "^1.6.8",
"angular-route": "^1.6.8",
"angular-loader": "^1.6.8",
"html5-boilerplate": "^6.0.1",
"leaflet": "^1.3.0",
"leaflet.markercluster": "^1.2.0",
"leaflet-spin": "^1.1.0",
"bootstrap": "^3.3.7",
"angular-spinner": "^1.0.1",
"ngSanitize": "^0.0.2",
"ng-csv": "^0.3.6",
"modernizr": "^3.5.0",
"angular-bootstrap": "^2.5.0",
"font-awesome": "^4.7.0",
"angular-data-grid": "*",
"d3": "^4.13.0",
"ngModal": "^1.2.2"
},
"authors": [
"John Deck <[email protected]>"
],
"main": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/bower_components",
"test",
"tests"
],
"resolutions": {
"leaflet": ">= 1.0.3",
"html5-boilerplate": "^6.0.1"
}
}