-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 834 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
38
39
40
41
42
{
"type": "module",
"name": "vue-nacl-crypter",
"version": "1.0.9",
"description": "Vue JavaScript (ECMAScript) version of Ecma-Nacl & NaCl cryptographic library.",
"main": "dist/vue-nacl-crypter.js",
"unpkg": "dist/vue-nacl-crypter.js",
"keywords": [
"vue",
"vuejs",
"quasar",
"encryption",
"Vue encrypt",
"nacl",
"high-level",
"crypto",
"scrypt"
],
"author": {
"name": "diadal",
"email": "[email protected]",
"url": "https://diadal.com.ng"
},
"repository": {
"type": "git",
"url": "https://github.com/diadal/vue-nacl-crypter.git"
},
"license": "MIT",
"tags": [
"quasar",
"encryption",
"Vue encrypt",
"nacl",
"high-level",
"crypto",
"scrypt"
],
"dependencies": {
"ecma-nacl": "^2.4.2",
"vue": "^2.5.2"
}
}