-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
50 lines (50 loc) · 1.53 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "crypto-pro-cadesplugin",
"version": "1.1.1",
"description": "Библиотека предоставляет API для работы c cadesplugin и Крипто Про",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "babel --plugins transform-es2015-modules-commonjs src --ignore __tests__ --out-dir ./dist ",
"publish": "npm publish",
"postversion": "git push && git push --tags",
"test": "echo \"Error: no test specified\" ",
"ver-minor": "npm version minor -m \"Upgrade minor to %s\"",
"ver-patch": "npm version patch -m \"Upgrade patch to %s\""
},
"author": "bad4iz <[email protected]>",
"keywords": [
"crypto-pro-cadesplugin",
"cadesplugin",
"Крипто Про",
"криптоПро",
"кадесплагин",
"cades",
"ЭЦП",
"Электонная подпись",
"Электронная цифровая подпись",
"cadesplugin-api",
"cadesplugin-crypto-pro-customize",
"crypto-pro-customize",
"crypto-pro-customize",
"crypto-pro",
"cryptoPro",
"crypto"
],
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/bad4iz/crypto-pro-cadesplugin.git"
},
"bugs": {
"url": "https://github.com/bad4iz/crypto-pro-cadesplugin/issues"
},
"license": "ISC",
"homepage": "https://github.com/bad4iz/crypto-pro-cadesplugin#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2"
}
}