добавлена поддержка bower

This commit is contained in:
vgoma 2017-08-28 12:47:59 +03:00
parent 59d8b66afc
commit c0b934dff4

24
bower.json Normal file
View File

@ -0,0 +1,24 @@
{
"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"
]
}