-
Notifications
You must be signed in to change notification settings - Fork 100
Expand file tree
/
Copy pathbower.json
More file actions
39 lines (39 loc) · 863 Bytes
/
bower.json
File metadata and controls
39 lines (39 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"authors": [
"Dmitri Gaskin <dmitri@branchmetrics.io>",
"Kirk Tang <kirk@branch.io>"
],
"name": "branch-sdk",
"description": "The Branch Web SDK provides an easy way to interact with the Branch API, to track and attribute mobile app downloads and referrals.",
"version": "2.71.0",
"main": "dist/build.min.js",
"license": "https://github.com/BranchMetrics/Web-SDK/blob/main/LICENSE",
"homepage": "http://branch.io",
"repository": {
"type": "git",
"url": "git@github.com:BranchMetrics/Web-SDK.git"
},
"ignore": [
".gitignore",
".jscsrc",
".jshintignore",
".jshintrc",
"CHANGELOG.md",
"LICENSE",
"Makefile",
"README.md",
"build.sh",
"compiler",
"dist/build.min.js.gz",
"docs",
"externs",
"lint.sh",
"node_modules",
"package.json",
"src/**",
"testbeds/**",
"tests",
"transform.js"
],
"build": "2.71.0"
}