forked from Esri/angular-esri-map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
27 lines (27 loc) · 782 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
{
"name": "angular-esri-map",
"version": "0.0.1-beta.2",
"homepage": "https://github.com/Esri/angular-esri-map",
"authors": [
"Javier Abadía <[email protected]> (https://github.com/jabadia)",
"Patrick Arlt <[email protected]> (http://patrickarlt.com)",
"Matt Priour <[email protected]> (https://github.com/mpriour)",
"Tom Wayson <[email protected]> (http://tomwayson.com)"
],
"description": "A collection of directives to help you use Esri maps and services in your Angular applications",
"main": ["dist/angular-esri-map.js", "angular-esri-map.min.js"],
"keywords": [
"Angular",
"Esri"
],
"license": "Apache",
"ignore": [
"**/.*",
"app",
"src",
"node_modules",
"bower_components",
"test",
"gulpfile.js"
]
}