You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
875 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://code.cacert.org/jandd/poc-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.0",
"gulp-csso": "^4.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-sri-hash": "^2.2.0",
"gulp-uglify": "^3.0.0",
"i18next-client": "^1.11.0",
"jquery": "^3.5.0",
"node-forge": "^1.3.0",
"popper.js": "^1.16.0",
"sass": "^1.56.0"
},
"scripts": {
"build": "gulp",
"watch": "gulp watch"
}
}