crypto-pro-js/bower.json

33 lines
741 B
JSON
Raw Normal View History

{
2021-09-15 13:48:00 +03:00
"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": [
2021-09-15 13:48:00 +03:00
"kern.usr <kern.usr@gmail.com>",
"vgoma <vgoma@yandex.ru>"
],
2020-03-28 20:10:18 +03:00
"license": "MIT",
"keywords": [
"crypto",
"cryptopro",
"crypto-pro",
2021-09-15 13:48:00 +03:00
"crypto-pro-js",
"cades",
2020-03-28 20:10:18 +03:00
"КриптоПро",
"Крипто ПРО"
],
2021-09-15 13:48:00 +03:00
"homepage": "https://github.com/webmasterskaya/crypto-pro-js",
"ignore": [
"**/.*",
2020-03-28 20:10:18 +03:00
"/*.js",
"/*.gif",
"/tsconfig*",
"node_modules",
"bower_components",
2020-03-28 20:10:18 +03:00
"examples",
"src",
"types",
"package"
]
}