-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 755 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 755 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
{
"authors": [
"Jagadeesh Karicherla"
],
"name": "connected-sdk",
"description": "The Branch Connected SDK provides an easy way to interact with the Branch API, to track and attribute mobile app downloads and referrals.",
"version": "1.0.0",
"main": "dist/build.min.js",
"homepage": "http://branch.io",
"repository": {
"type": "git",
"url": "https://github.com/BranchMetrics/connected-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": "1.0.0"
}