@cresta-oss/samlify
Version:
High-level API for Single Sign On (SAML 2.0)
79 lines (78 loc) • 1.76 kB
JSON
{
"name": "@cresta-oss/samlify",
"version": "2.7.4-no-cert-in-response-2",
"description": "High-level API for Single Sign On (SAML 2.0)",
"main": "build",
"types": "types",
"files": [
"build",
"types",
"LICENSE",
"README.md"
],
"keywords": [
"nodejs",
"saml2",
"sso",
"slo",
"metadata"
],
"typings": "types/index.d.ts",
"scripts": {
"build": "yarn audit;make rebuild",
"docs": "docsify serve -o docs",
"lint": "tslint -p .",
"lint:fix": "tslint -p . --fix",
"pretest": "make pretest",
"test": "NODE_ENV=test nyc ava",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"hooks:postinstall": "ln -sf $PWD/.pre-commit.sh $PWD/.git/hooks/pre-commit"
},
"contributors": [
"Tony Ngan <tonynwk919@gmail.com>"
],
"author": "tngan",
"repository": {
"url": "https://github.com/cresta/samlify",
"type": "git"
},
"license": "MIT",
"dependencies": {
"camelcase": "^5.3.1",
"node-forge": "^0.8.5",
"node-rsa": "^1.0.5",
"pako": "^1.0.10",
"uuid": "^3.3.2",
"xml": "^1.0.1",
"xml-crypto": "^1.5.3",
"xml-encryption": "^1.1.1",
"xmldom": "^0.1.27",
"xpath": "^0.0.27"
},
"devDependencies": {
"@ava/typescript": "^1.1.1",
"@types/node": "^11.11.3",
"@types/node-forge": "^0.7.4",
"@types/pako": "^1.0.1",
"@types/uuid": "3.0.0",
"@types/xmldom": "^0.1.28",
"ava": "^3.8.2",
"coveralls": "^3.1.0",
"nyc": "^15.0.1",
"timekeeper": "^2.2.0",
"ts-node": "^8.3.0",
"tslint": "^6.1.2",
"typescript": "^3.8.3"
},
"ava": {
"extensions": [
"ts"
],
"require": [
"ts-node/register"
],
"files": [
"!**/*.d.ts"
]
}
}