mirror of
https://github.com/crypto-pro-web/crypto-pro-js.git
synced 2024-11-24 00:55:00 +03:00
25 lines
472 B
JSON
25 lines
472 B
JSON
{
|
||
"name": "crypto-pro",
|
||
"description": "API для взаимодействия с КриптоПро",
|
||
"main": "dist/crypto-pro.js",
|
||
"authors": [
|
||
"vgoma <vgoma@yandex.ru>"
|
||
],
|
||
"license": "ISC",
|
||
"keywords": [
|
||
"crypto",
|
||
"cryptopro",
|
||
"crypto-pro",
|
||
"cades",
|
||
"КриптоПро"
|
||
],
|
||
"homepage": "https://github.com/vgoma/crypto-pro",
|
||
"ignore": [
|
||
"**/.*",
|
||
"node_modules",
|
||
"bower_components",
|
||
"test",
|
||
"tests"
|
||
]
|
||
}
|