-
Notifications
You must be signed in to change notification settings - Fork 183
/
bower.json
38 lines (38 loc) · 822 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
36
37
38
{
"name": "angular-openlayers-directive",
"description": "AngularJS directive to embed an interact with maps managed by OpenLayers library",
"keywords": [
"angularjs",
"javascript",
"directive",
"openlayers"
],
"main": [
"dist/angular-openlayers-directive.min.js"
],
"dependencies": {
"angular": "1.4.9",
"angular-sanitize": "1.4.9",
"openlayers": "https://github.com/openlayers/ol3/releases/download/v4.3.4/v4.3.4-dist.zip"
},
"devDependencies": {
"jquery": "*",
"angular-route": "1.4.9",
"angular-mocks": "1.4.9",
"js-polyfills": "^0.1.20"
},
"ignore": [
"**/.*",
"src",
"doc",
"grunt",
"examples",
"test",
"*.md",
"Gruntfile.js",
"package.json",
"bower.json",
"node_modules",
"bower_components"
]
}