forked from getyoti/yoti-node-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1023 Bytes
/
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
{
"name": "yoti",
"version": "3.2.0",
"description": "Yoti NodeJS SDK for back-end integration",
"author": "Yoti LTD <[email protected]> (https://www.yoti.com/developers)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/getyoti/yoti-node-sdk.git"
},
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"lint": "node_modules/.bin/eslint *.js src/*.js src/**/*.js tests/*.spec.js examples/**/*.js config/*.js",
"test": "node_modules/.bin/istanbul cover node_modules/.bin/mocha tests/*.spec.js"
},
"dependencies": {
"base64-url": "^2.2.0",
"node-forge": "^0.7.6",
"protobufjs": "^5.0.3",
"safe-buffer": "^5.1.2",
"superagent": "^3.8.3",
"ursa": "^0.9.4",
"uuid": "^3.3.2"
},
"devDependencies": {
"chai": "3.5.0",
"eslint": "4.19.1",
"eslint-config-airbnb-base": "12.1.0",
"eslint-plugin-import": "2.9.0",
"eslint-plugin-node": "6.0.1",
"istanbul": "0.4.5",
"mocha": "5.0.5",
"nock": "^9.6.1"
}
}