From c0b934dff409ed2c7d2abf0b5d7267a2fb33ae07 Mon Sep 17 00:00:00 2001 From: vgoma Date: Mon, 28 Aug 2017 12:47:59 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=BF=D0=BE=D0=B4=D0=B4=D0=B5=D1=80=D0=B6=D0=BA?= =?UTF-8?q?=D0=B0=20bower?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bower.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..d3e9b35 --- /dev/null +++ b/bower.json @@ -0,0 +1,24 @@ +{ + "name": "crypto-pro", + "description": "API для взаимодействия с КриптоПро", + "main": "dist/crypto-pro.js", + "authors": [ + "vgoma " + ], + "license": "ISC", + "keywords": [ + "crypto", + "cryptopro", + "crypto-pro", + "cades", + "КриптоПро" + ], + "homepage": "https://github.com/vgoma/crypto-pro", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}