UNPKG

saml2js

Version:

Parse SAML2 attributes into a JavaScript object.

41 lines (40 loc) 937 B
{ "name": "saml2js", "version": "0.1.2", "description": "Parse SAML2 attributes into a JavaScript object.", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/Aplo/saml2js.git" }, "keywords": [ "SAML", "SAML2", "parser", "authentication" ], "author": "Bill Patrianakos <bill+opensource@aploquote.com>", "license": "MIT", "bugs": { "url": "https://github.com/Aplo/saml2js/issues" }, "dependencies": { "lodash": "^3.10.1", "xmldom": "^0.1.16", "xpath": "0.0.5" }, "homepage": "https://github.com/Aplo/saml2js", "devDependencies": { "chai": "^3.2.0", "grunt": "^0.4.5", "grunt-contrib-jshint": "^0.11.2", "grunt-contrib-watch": "^0.6.1", "jshint-stylish": "^2.0.1", "load-grunt-tasks": "^3.2.0", "mocha": "^2.2.5", "time-grunt": "^1.2.1" }, "scripts": { "test": "./node_modules/mocha/bin/mocha" } }