crypto-pro-js/package.json
Vitalii Goma 129c66fc88 1.0.3
2017-01-20 11:30:07 +03:00

30 lines
643 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.3",
"description": "API для взаимодействия с КриптоПро",
"main": "index.js",
"scripts": {
"start": "node_modules/.bin/webpack --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "/home/vgoma/Dropbox/dev/crypto-pro.git"
},
"author": "vgoma",
"keywords": [
"crypto",
"cryptopro",
"crypto-pro",
"cades",
"КриптоПро"
],
"license": "ISC",
"dependencies": {
"bowser": "^1.5.0"
},
"devDependencies": {
"webpack": "1.13.2"
}
}