33 lines
806 B
JSON
33 lines
806 B
JSON
{
|
|
"name": "browser-csr-generation",
|
|
"version": "0.1.0",
|
|
"description": "Browser based CSR and PKCS#12 generation in JavaScript",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.dittberner.info/jan/browser_csr_generation.git"
|
|
},
|
|
"keywords": [
|
|
"pkcs10",
|
|
"pkcs12",
|
|
"pki"
|
|
],
|
|
"author": "Jan Dittberner",
|
|
"license": "GPL-2.0+",
|
|
"devDependencies": {
|
|
"bootstrap": "^4.5.3",
|
|
"delete": "^1.1.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-csso": "^4.0.1",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-replace": "^1.0.0",
|
|
"gulp-sass": "^4.1.0",
|
|
"gulp-sourcemaps": "^3.0.0",
|
|
"gulp-sri-hash": "^2.2.1",
|
|
"gulp-uglify": "^3.0.2",
|
|
"i18next-client": "^1.11.4",
|
|
"jquery": "^3.5.1",
|
|
"node-forge": "^0.10.0",
|
|
"popper.js": "^1.16.1"
|
|
},
|
|
"dependencies": {}
|
|
}
|