forked from eversign/eversign-node-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·33 lines (33 loc) · 784 Bytes
/
package.json
File metadata and controls
executable file
·33 lines (33 loc) · 784 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": "eversign",
"version": "1.9.7",
"description": "Nodejs client for eversign api",
"main": "index.js",
"typings": "typings/index.d.ts",
"scripts": {
"test": "mocha --timeout 60000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eversign/eversign-node-sdk/eversign-node-sdk.git"
},
"keywords": [
"eversign"
],
"author": "Patrick Leeb",
"license": "MIT",
"bugs": {
"url": "https://github.com/eversign/eversign-node-sdk/issues"
},
"homepage": "https://github.com/eversign/eversign-node-sdk#README",
"dependencies": {
"bluebird": "^3.7.2",
"lodash": "^4.17.15",
"request": "^2.88.2"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"mocha": "^10.0.0"
}
}