-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 755 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"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"
}