crypto-pro-js/package.json
Vitalii Goma 4abcae1e2f 1.0.10
2017-04-26 15:03:23 +03:00

30 lines
662 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "crypto-pro",
"version": "1.0.10",
"description": "API для взаимодействия с КриптоПро",
"main": "src/index.js",
"scripts": {
"start": "node_modules/.bin/webpack --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/vgoma/crypto-pro"
},
"author": "vgoma <vgoma@yandex.ru>",
"keywords": [
"crypto",
"cryptopro",
"crypto-pro",
"cades",
"КриптоПро"
],
"license": "ISC",
"dependencies": {
"bowser": "1.5.0"
},
"devDependencies": {
"webpack": "1.13.2"
}
}