2017-08-28 12:47:59 +03:00
|
|
|
|
{
|
|
|
|
|
"name": "crypto-pro",
|
|
|
|
|
"description": "API для взаимодействия с КриптоПро",
|
2020-03-28 20:10:18 +03:00
|
|
|
|
"main": "./lib/crypto-pro.js",
|
2017-08-28 12:47:59 +03:00
|
|
|
|
"authors": [
|
|
|
|
|
"vgoma <vgoma@yandex.ru>"
|
|
|
|
|
],
|
2020-03-28 20:10:18 +03:00
|
|
|
|
"license": "MIT",
|
2017-08-28 12:47:59 +03:00
|
|
|
|
"keywords": [
|
|
|
|
|
"crypto",
|
|
|
|
|
"cryptopro",
|
|
|
|
|
"crypto-pro",
|
|
|
|
|
"cades",
|
2020-03-28 20:10:18 +03:00
|
|
|
|
"КриптоПро",
|
|
|
|
|
"Крипто ПРО"
|
2017-08-28 12:47:59 +03:00
|
|
|
|
],
|
|
|
|
|
"homepage": "https://github.com/vgoma/crypto-pro",
|
|
|
|
|
"ignore": [
|
|
|
|
|
"**/.*",
|
2020-03-28 20:10:18 +03:00
|
|
|
|
"/*.js",
|
|
|
|
|
"/*.gif",
|
|
|
|
|
"/tsconfig*",
|
2017-08-28 12:47:59 +03:00
|
|
|
|
"node_modules",
|
|
|
|
|
"bower_components",
|
2020-03-28 20:10:18 +03:00
|
|
|
|
"examples",
|
|
|
|
|
"src",
|
|
|
|
|
"types",
|
|
|
|
|
"package"
|
2017-08-28 12:47:59 +03:00
|
|
|
|
]
|
|
|
|
|
}
|