mirror of
https://github.com/crypto-pro-web/crypto-pro-js.git
synced 2024-11-23 16:44:59 +03:00
30 lines
643 B
JSON
30 lines
643 B
JSON
{
|
||
"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"
|
||
}
|
||
}
|