forked from SendSafely/JavaScript-Node-Client-API
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 969 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
{
"name": "@sendsafely/sendsafely",
"version": "1.1.0",
"main": "SendSafely.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "SendSafely",
"license": "",
"description": "The SendSafely JavaScript SDK for Node.js lets you integrate SendSafely secure data transfer capabilities directly into your Node.js application.",
"dependencies": {
"jquery": "^3.4.1",
"openpgp": "^4.5.5",
"sjcl": "^1.0.8",
"window": "^4.2.5",
"xmlhttprequest": "^1.8.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SendSafely/JavaScript-Node-Client-API.git"
},
"keywords": [
"sendsafely",
"secure file transfer",
"end to end encryption",
"platform integration"
],
"bugs": {
"url": "https://github.com/SendSafely/JavaScript-Node-Client-API/issues"
},
"homepage": "https://github.com/SendSafely/JavaScript-Node-Client-API#readme",
"devDependencies": {}
}