crypto-pro-js/bower.json
Artem Vasilev 15a1b84e94
v.2.3.1 Release (#21)
- Обновил cadesplugin_api до версии `2.3.1`
 - Обновления безопасности
 - Обновления зависимостей
 - Исправлена работа примера script-tag
 - Прекращена поддержка примеров на React и Angular
 - Исправления в Readme
 - Изменения в лицензии
2021-09-15 13:57:05 +03:00

33 lines
741 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "crypto-pro-js",
"description": "Асинхронный JavaScript API для работы с КриптоПРО ЭЦП Browser Plug-In. Forked from https://github.com/vgoma/crypto-pro",
"main": "./lib/crypto-pro-js.js",
"authors": [
"kern.usr <kern.usr@gmail.com>",
"vgoma <vgoma@yandex.ru>"
],
"license": "MIT",
"keywords": [
"crypto",
"cryptopro",
"crypto-pro",
"crypto-pro-js",
"cades",
"КриптоПро",
"Крипто ПРО"
],
"homepage": "https://github.com/webmasterskaya/crypto-pro-js",
"ignore": [
"**/.*",
"/*.js",
"/*.gif",
"/tsconfig*",
"node_modules",
"bower_components",
"examples",
"src",
"types",
"package"
]
}