crypto-pro-js/package.json

30 lines
661 B
JSON
Raw Normal View History

{
"name": "crypto-pro",
2017-12-20 19:22:14 +03:00
"version": "1.1.0",
"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"
}
}