@peculiar/fortify-webcomponents
Version:
Web-components for creating CSR or Certificate and viewing certificates list using Fortify
62 lines (61 loc) • 1.69 kB
JSON
{
"name": "@peculiar/fortify-webcomponents",
"version": "4.1.1",
"private": false,
"description": "Web-components for creating CSR or Certificate and viewing certificates list using Fortify",
"homepage": "https://fortifyapp.com/docs#overview",
"keywords": [
"x509",
"certificate",
"csr",
"certificate request",
"crypto",
"fortify",
"webcomponent"
],
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.js",
"es2017": "dist/esm/index.js",
"jsnext:main": "dist/esm/index.js",
"collection:main": "dist/collection/index.js",
"collection": "dist/collection/collection-manifest.json",
"types": "dist/types/interface.d.ts",
"files": [
"components/",
"dist/",
"hydrate/",
"loader/",
"docs/",
"CHANGELOG.md"
],
"scripts": {
"build": "npm run clean && stencil build --docs",
"start": "npm run clean && stencil build --dev --watch --serve",
"generate": "stencil generate",
"deploy:gh-pages": "gh-pages -d www",
"clean": "rimraf dist loader www"
},
"devDependencies": {
"@stencil/sass": "^3.0.12",
"gh-pages": "^5.0.0",
"rimraf": "^3.0.2",
"typescript": "^4.0.5"
},
"dependencies": {
"@peculiar/certificates-viewer": "^4.3.2",
"@peculiar/fortify-client-core": "^4.1.1",
"@stencil/core": "^4.23.0",
"pvtsutils": "^1.3.6"
},
"license": "BSD 3-Clause",
"author": "PeculiarVentures Team",
"repository": {
"type": "git",
"url": "git+https://github.com/PeculiarVentures/fortify-webcomponents.git"
},
"publishConfig": {
"access": "public"
},
"gitHead": "88d8f44a46747a9200c78a457fad0ce7d35b51a0"
}