Skip to content
This repository was archived by the owner on Sep 24, 2020. It is now read-only.

Commit e811ba1

Browse files
committed
register the package to git
1 parent f89f638 commit e811ba1

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

bower.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "instabug-sdk",
3+
"homepage": "https://github.com/Instabug/web-sdk-sample",
4+
"authors": [
5+
"admin@instabug.com"
6+
],
7+
"description": "the famous in-app bug reporting tool web sdk",
8+
"main": "js/instabug-sdk.min.js",
9+
"moduleType": [
10+
"es6"
11+
],
12+
"keywords": [
13+
"instabug",
14+
"web-sdk",
15+
"bug",
16+
"in-app",
17+
"reporting"
18+
],
19+
"license": "MIT",
20+
"ignore": [
21+
"**/.*",
22+
"node_modules",
23+
"bower_components",
24+
"test",
25+
"tests"
26+
]
27+
}

0 commit comments

Comments
 (0)