one-span-sign
Version:
Node module for the One Span E-Sign API.
55 lines (54 loc) • 1.26 kB
JSON
{
"name": "one-span-sign",
"version": "2.6.0",
"description": "Node module for the One Span E-Sign API.",
"main": "index.js",
"scripts": {
"setup": "node dev-setup.js",
"test": "mocha \"test/unit/**/*.spec.js\" && npm run lint",
"test:watch": "mocha --watch \"test/unit/**/*.spec.js\"",
"lint": "eslint lib test"
},
"author": "Trevor Ewen",
"license": "ISC",
"homepage": "https://github.com/tewen/one-span-sign",
"keywords": [
"E-Sign",
"ESign",
"One Span",
"OneSpan",
"Document",
"Signing"
],
"repository": {
"type": "git",
"url": "git://github.com/tewen/one-span-sign.git"
},
"engines": {
"node": ">=7.6.0",
"npm": ">=4.1.2"
},
"dependencies": {
"deep-cuts": "^1.1.0",
"es6-error": "^4.1.1",
"fs-extra": "^7.0.1",
"https": "^1.0.0",
"lodash": "^4.17.21",
"mime": "^2.4.0",
"qs": "^6.6.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"uuid": "^3.3.2"
},
"devDependencies": {
"chai": "^4.2.0",
"dotenv": "^6.2.0",
"eslint": "^5.15.0",
"eslint-plugin-node": "^8.0.1",
"mocha": "^8.3.0",
"prompts": "^2.0.3",
"proxyquire": "^2.1.0",
"sinon": "^7.2.4",
"sinon-chai": "^3.3.0"
}
}