UNPKG

libsaml

Version:

Parse SAML2 attributes into a JavaScript object.

45 lines (44 loc) 1.11 kB
{ "name": "libsaml", "version": "1.0.0", "description": "Parse SAML2 attributes into a JavaScript object.", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/bgshacklett/libsaml.git" }, "keywords": [ "SAML", "SAML2", "parser", "authentication" ], "author": "Brian Shacklett <brian@digital-traffic.net>", "license": "MIT", "bugs": { "url": "https://github.com/Aplo/bgshacklett/issues" }, "dependencies": { "lodash": "^4.17.5", "xmldom": "^0.1.16", "xpath": "^0.0.27" }, "homepage": "https://github.com/bgshacklett/libsaml", "devDependencies": { "eslint": "^5.6.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.14.0", "grunt": "^1.0.3", "grunt-cli": "^1.3.1", "grunt-contrib-watch": "^1.1.0", "grunt-eslint": "^21.0.0", "load-grunt-tasks": "^4.0.0", "mocha": "^5.2.0", "time-grunt": "^1.2.1", "unexpected": "^10.39.0" }, "scripts": { "test": "mocha", "inspect": "mocha --inspect-brk" } }