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" + ] +}