-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.09 KB
/
package.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
40
41
42
43
44
45
{
"name": "branch-sdk-rechat",
"version": "2.59.0",
"description": "Branch Metrics Deep Linking/Smart Banner Web SDK",
"main": "dist/build.min.js",
"files": [
"dist/build.min.js"
],
"precommit": [
"lint"
],
"scripts": {
"lint": "./lint.sh",
"test": "grunt test",
"builddocs": "jsdox src/3_branch_web.js --output docs/web"
},
"repository": {
"type": "git",
"url": "https://github.com/BranchMetrics/web-branch-deep-linking-attribution.git"
},
"author": "Dmitri Gaskin <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/BranchMetrics/web-branch-deep-linking-attribution/issues",
"email": "[email protected]"
},
"homepage": "https://help.branch.io/developers-hub/docs/web-sdk-overview",
"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",
"jscs": "2.0.0",
"jsdoc": "3.2.2",
"jshint": "2.8.0",
"mocha": "^2.2.1",
"precommit-hook": "1.0.7",
"sinon": "1.17.3"
},
"dependencies": {
"request": "^2.55.0"
},
"build": "2.59.0"
}