-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.24 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.24 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "branch-connected-sdk",
"version": "1.2.1",
"description": "Branch Metrics Deep Linking Connected SDK",
"main": "dist/branch-connected.min.js",
"files": [
"dist/branch-connected.min.js"
],
"precommit": [
"lint"
],
"scripts": {
"lint": "./lint.sh",
"test": "nyc --all mocha",
"builddocs": "jsdox src/3_branch_web.js --output docs/web"
},
"repository": {
"type": "git",
"url": "https://github.com/BranchMetrics/connected-sdk.git"
},
"author": "Jagadeesh Karicherla",
"license": "MIT",
"bugs": {
"url": "https://github.com/BranchMetrics/connected-sdk/issues",
"email": "support@branch.io"
},
"homepage": "https://help.branch.io/developers-hub/docs/connected-sdk",
"devDependencies": {
"falafel": "1.0.1",
"grunt": "^0.4.5",
"grunt-contrib-connect": "~0.9.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-saucelabs": "~8.6.1",
"i": "^0.3.7",
"jscs": "2.0.0",
"jsdoc": "4.0.2",
"jsdom": "21.1.0",
"jsdom-global": "3.0.2",
"jshint": "2.8.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"precommit-hook": "1.0.7",
"sinon": "1.17.3"
},
"dependencies": {
"google-closure-compiler": "^20220601.0.0",
"google-closure-deps": "^20220502.0.0",
"google-closure-library": "^20220502.0.0"
},
"build": "1.0.0"
}