Skip to content

Commit a2c1be7

Browse files
committed
Add bower.json with details of bower package for the stub
1 parent 23bae28 commit a2c1be7

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

bower.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "googlemaps-js-api-stub",
3+
"description": "Google Maps Javascript API Stub",
4+
"main": "stub.js",
5+
"authors": [
6+
"CodeMangler"
7+
],
8+
"license": "ISC",
9+
"keywords": [
10+
"googlemaps",
11+
"maps",
12+
"javascript",
13+
"api",
14+
"js-api",
15+
"stub",
16+
"dummy",
17+
"mock",
18+
"double",
19+
"fake",
20+
"fake",
21+
"spy"
22+
],
23+
"homepage": "https://github.com/CodeMangler/googlemaps-js-api-stub",
24+
"ignore": [
25+
"**/.*",
26+
"node_modules",
27+
"bower_components",
28+
"test",
29+
"tests"
30+
]
31+
}

0 commit comments

Comments
 (0)