crypto-pro-js/package.json
Vitalii Goma 0c71fa8a77 1.0.2
2017-01-18 12:13:08 +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.2",
"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"
}
}