-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
48 lines (48 loc) · 968 Bytes
/
bower.json
File metadata and controls
48 lines (48 loc) · 968 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "ml-ol-maps-ng",
"version": "0.0.3",
"description": "AngularJS directives with OpenLayers Maps integration for use with MarkLogic REST-api.",
"main": [
"dist/ml-ol-maps-ng.js",
"dist/ml-ol-maps-ng-tpls.js",
"dist/ml-ol-maps-ng.css"
],
"dependencies": {
"angular": "^1.3.16",
"angular-openlayers-directive": "^1.15.2"
},
"devDependencies": {
},
"moduleType": [
"globals"
],
"authors": [
"daveegrant"
],
"homepage": "http://daveegrant.github.io/ml-ol-maps-ng/",
"repository": {
"type": "git",
"url": "git://github.com/daveegrant/ml-ol-maps-ng.git"
},
"keywords": [
"angular",
"angularjs",
"marklogic",
"ol-maps",
"openlayers",
"openlayers-maps"
],
"license": "Apache-2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
".tmp",
"build",
"test",
"coverage",
"gulpfile.js",
"karma.conf.js",
"package.json"
]
}