Skip to content

Commit

Permalink
Add bower.json with details of bower package for the stub
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeMangler committed Oct 21, 2017
1 parent 23bae28 commit a2c1be7
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "googlemaps-js-api-stub",
"description": "Google Maps Javascript API Stub",
"main": "stub.js",
"authors": [
"CodeMangler"
],
"license": "ISC",
"keywords": [
"googlemaps",
"maps",
"javascript",
"api",
"js-api",
"stub",
"dummy",
"mock",
"double",
"fake",
"fake",
"spy"
],
"homepage": "https://github.com/CodeMangler/googlemaps-js-api-stub",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit a2c1be7

Please sign in to comment.