Skip to content
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.

Commit

Permalink
Merge pull request #27 from tomwayson/bower
Browse files Browse the repository at this point in the history
added bower config
  • Loading branch information
tomwayson committed Nov 8, 2014
2 parents b44d68d + 98e1dcb commit ddf92f4
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
angular-esri-map
================

A collection of directives to help you use Esri maps and services in an Angular app
A collection of directives to help you use Esri maps and services in your Angular apps.

### Demos
Here are [a few demos](http://esri.github.io/angular-esri-map/) showing how to use this module to bring Esri maps into your own Angular applications.
Expand Down
27 changes: 27 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "angular-esri-map",
"version": "0.0.1-beta.1",
"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 apps",
"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"
]
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-esri-map",
"version": "0.0.0",
"description": "A collection of directives to help you use Esri maps and servies in an Angular app",
"version": "0.0.1-beta.1",
"description": "A collection of directives to help you use Esri maps and services in your Angular apps",
"main": "dist/angular-esri-map.js",
"directories": {
"example": "examples"
Expand Down

0 comments on commit ddf92f4

Please sign in to comment.