crypto-pro-js/package.json
Vitalii Goma 360305b3c0 1.0.1
2017-01-17 15:26:37 +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.1",
"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"
}
}