-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.09 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.09 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
{
"name": "helloworks-sdk",
"version": "1.3.0",
"description": "A Node.js SDK for easily creating and managing HelloWorks workflow instances.",
"main": "index.js",
"license": "Apache-2.0",
"scripts": {
"release": "standard-version",
"release:beta": "standard-version --prerelease beta",
"test": "jest test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hellosign/helloworks-nodejs-sdk.git"
},
"keywords": [
"hellosign",
"helloworks",
"sdk",
"workflow",
"esignature",
"esign",
"sign"
],
"author": {
"name": "HelloSign",
"email": "apisupport@hellosign.com",
"url": "https://hellosign.com"
},
"bugs": {
"url": "https://github.com/hellosign/helloworks-nodejs-sdk/issues"
},
"homepage": "https://github.com/hellosign/helloworks-nodejs-sdk",
"dependencies": {
"form-data": "^2.3.3",
"node-fetch": "^2.3.0"
},
"devDependencies": {
"@hellosign/eslint-config": "^1.4.0",
"eslint": "^5.15.1",
"jest": "^24.5.0",
"jest-runner-eslint": "^0.7.3",
"standard-version": "^5.0.1"
}
}