Skip to content

Commit

Permalink
Bowerize
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwesselink committed Aug 22, 2014
1 parent 7bb5a25 commit 4937cc4
Show file tree
Hide file tree
Showing 5 changed files with 1,790 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
test/coverage/
node_modules/
dist/
dist/docs/
dist/examples/
*.swp
30 changes: 30 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "angular-gm",
"version": "1.0.0",
"homepage": "https://github.com/jslovesyou/angular-gm",
"authors": [
"Dylan Price <the.dylan.price@gmail.com>",
"JP Wesselink <jpwesselink@gmail.com>"
],
"description": "AngularGM - Google Maps Directives for AngularJS (now with bower support)",
"main": "dist/angular-gm.js",
"keywords": [
"angular",
"angularjs",
"angular-gm",
"maps"
],
"license": "MIT",
"ignore": [
"**/.*",
"src",
"**/*.sh",
"*.js",
"examples",
"node_modules",
"bower_components",
"app/bower_components",
"test",
"tests"
]
}
Loading

0 comments on commit 4937cc4

Please sign in to comment.