UNPKG

466 BJSONView Raw
1{
2 "name": "virgil-crypto",
3 "description": "Virgil Security JavaScript Crypto library",
4 "version": "1.5.8",
5 "authors": [
6 "Virgil Security Inc. <support@virgilsecurity.com>",
7 "Eugene Baranov <ebaranov.dev@gmail.com> (https://github.com/ebaranov/)"
8 ],
9 "license": "BSD-3-Clause",
10 "private": false,
11 "main": "dist/virgil-crypto.min.js",
12 "moduleType": [
13 "globals",
14 "amd",
15 "node",
16 "es6"
17 ],
18 "ignore": [
19 "node_modules",
20 "examples",
21 "scripts"
22 ]
23}