scep-bb3
Version:
Node.js SCEP (Simple Certificate Enrollment Protocol) module. Modified to work with latest node.
23 lines (22 loc) • 500 B
JSON
{
"name": "scep-bb3",
"version": "0.0.6",
"description": "Node.js SCEP (Simple Certificate Enrollment Protocol) module. Modified to work with latest node.",
"main": "scep.js",
"private": false,
"gypfile": true,
"scripts": {
"install": "pwd; echo $(uname); ls -l; cp binding.$(uname) binding.gyp; node-gyp rebuild"
},
"dependencies": {
"bindings": "1.0.0"
},
"keywords": [
"nodejs",
"scep",
"simple",
"certificate",
"enrollment",
"protocol"
]
}