-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
45 lines (45 loc) · 1.01 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
{
"name": "rutoken-plugin-demo",
"version": "1.0.0",
"description": "Shows using Rutoken plugin",
"keywords": [
"rutoken",
"plugin"
],
"repository": {
"type": "git",
"url": "https://github.com/AktivCo/rutoken-plugin-demo"
},
"dependencies": {
"console-polyfill": "^0.3.0",
"es6-promise": "^4.2.8",
"@aktivco/rutoken-plugin": "^1.0.9",
"asn1js": "^2.1.1",
"pkijs": "^2.2.1"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/plugin-transform-classes": "^7.15.4",
"babelify": "^10.0.0",
"babel-polyfill": "6.26.0",
"browserify": "^17.0.0",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-rename": "^2.0.0",
"gulp-uglify-es": "3.0.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"scripts": {
"gulp": "gulp"
},
"author": "Aktiv-Soft JSC",
"contributors": [
{
"name": "Ilya Lyubimov",
"email": "[email protected]"
}
],
"license": "BSD-2-Clause"
}