-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 749 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 749 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
{
"name": "branchio-sdk",
"version": "1.1.2",
"description": "The Unofficial Node SDK for branch.io",
"main": "index.js",
"scripts": {
"test": "mocha index.test.js --no-timeouts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/snamoah/branchio-sdk.git"
},
"keywords": [
"branch.io",
"node",
"sdk"
],
"author": "Samuel Amoah <sa.am@programmer.net>",
"license": "ISC",
"bugs": {
"url": "https://github.com/snamoah/branchio-sdk/issues"
},
"homepage": "https://github.com/snamoah/branchio-sdk#readme",
"devDependencies": {
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"mocha": "^8.1.3",
"nock": "^10.0.1"
},
"dependencies": {
"axios": "^0.20.0"
}
}