forked from Aleksandr-ru/RusCryptoJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.21 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.21 KB
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
{
"name": "ruscryptojs",
"version": "2.1.12",
"description": "Simplified library for Russian GOST crypto providres.",
"main": "dist/ruscrypto.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode=production",
"dev": "webpack-dev-server --hot --mode=development --open",
"start": "webpack-dev-server --hot --mode=development --host 0.0.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Aleksandr-ru/RusCryptoJS.git"
},
"keywords": [
"jacarta",
"cryptopro",
"rutoken"
],
"author": "Aleksandr.ru",
"license": "ISC",
"bugs": {
"url": "https://github.com/Aleksandr-ru/RusCryptoJS/issues"
},
"homepage": "https://aleksandr-ru.github.io/RusCryptoJS/",
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@types/webpack-env": "^1.13.6",
"babel-loader": "^8.0.4",
"clean-webpack-plugin": "^0.1.19",
"webpack": "^4.17.0",
"webpack-cli": "^3.1.0",
"webpack-copy-after-build-plugin": "^1.0.1",
"webpack-dev-server": "^3.1.5"
},
"dependencies": {
"@babel/runtime": "^7.1.2",
"rutoken": "^1.0.8"
}
}