UNPKG

675 BJSONView Raw
1{
2 "name": "selfsigned",
3 "version": "1.2.0",
4 "description": "Generate self signed certificates private and public keys",
5 "main": "index.js",
6 "scripts": {
7 "test": "node ./test/tests.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/jfromaniello/selfsigned.git"
12 },
13 "keywords": [
14 "openssl",
15 "self",
16 "signed",
17 "certificates"
18 ],
19 "author": "José F. Romaniello <jfromaniello@gmail.com> (http://joseoncode.com)",
20 "contirbutors": [
21 {
22 "name": "Paolo Fragomeni",
23 "email": "paolo@async.ly",
24 "url": "http://async.ly"
25 }
26 ],
27 "license": "MIT",
28 "dependencies": {
29 "node-forge": "~0.2.0"
30 }
31}