-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
39 lines (39 loc) · 865 Bytes
/
bower.json
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 <[email protected]>",
"Kirk Tang <[email protected]>"
],
"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.34.0",
"main": "dist/build.min.js",
"license": "https://github.com/BranchMetrics/Web-SDK/blob/master/LICENSE",
"homepage": "http://branch.io",
"repository": {
"type": "git",
"url": "[email protected]: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.34.0"
}