source: trip-planner-front/node_modules/selfsigned/package.json@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 868 bytes
Line 
1{
2 "name": "selfsigned",
3 "version": "1.10.11",
4 "description": "Generate self signed certificates private and public keys",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha -t 5000"
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 "contributors": [
21 {
22 "name": "Paolo Fragomeni",
23 "email": "paolo@async.ly",
24 "url": "http://async.ly"
25 },
26 {
27 "name": "Charles Bushong",
28 "email": "bushong1@gmail.com",
29 "url": "http://github.com/bushong1"
30 }
31 ],
32 "license": "MIT",
33 "dependencies": {
34 "node-forge": "^0.10.0"
35 },
36 "devDependencies": {
37 "chai": "^4.3.4",
38 "mocha": "^8.3.2"
39 }
40}
Note: See TracBrowser for help on using the repository browser.