node-posh
Version:
PKIX Over Secure HTTP (POSH) tools for node.js
38 lines (37 loc) • 768 B
JSON
{
"name": "node-posh",
"version": "0.1.1",
"description": "PKIX Over Secure HTTP (POSH) tools for node.js",
"homepage": "https://github.com/hildjj/node-posh",
"repository": {
"url": "git://github.com/hildjj/node-posh.git"
},
"scripts": {
"prepublish": "coffee -c -o lib src"
},
"main": "./lib/index.js",
"keywords": [
"posh",
"srv",
"pkix",
"x509",
"jose",
"xmpp",
"security"
],
"author": "Joe Hildebrand <joe-github@cursive.net>",
"license": "MIT",
"dependencies": {
"pem": "~1.2.2",
"q": "~0.9.6",
"request": "~2.25.0",
"service-parser": "~0.0.4"
},
"devDependencies": {
"coffee-script": "~1.6.3",
"coffeedoc": "~0.2.11"
},
"bin": {
"genposh": "./bin/genposh"
}
}