UNPKG

scep

Version:

Node.js SCEP (Simple Certificate Enrollment Protocol) module

36 lines (35 loc) 755 B
{ "name": "scep", "version": "0.0.2", "description": "Node.js SCEP (Simple Certificate Enrollment Protocol) module", "main": "scep.js", "private": false, "gypfile": true, "scripts": { "install": "node-gyp rebuild" }, "dist": { "shasum": "a122d8fb781360fcce6e8d32a88d5b48c060d6e0" }, "dependencies": { "bindings": "1.0.0" }, "repository": { "type": "git", "url": "https://github.com/stardast/node-scep.git" }, "keywords": [ "nodejs", "scep", "simple", "certificate", "enrollment", "protocol" ], "author": "Paolo Dastoli", "license": "LGPL 2.1", "bugs": { "url": "https://github.com/stardast/node-scep/issues" }, "homepage": "https://github.com/stardast/node-scep" }