UNPKG

1.17 kBJSONView Raw
1{
2 "name": "devcert-san",
3 "version": "0.3.3",
4 "description": "Generate trusted local SSL/TLS certificates for local SSL development",
5 "main": "dist/index.js",
6 "scripts": {
7 "test": "echo \"Ha.\" && exit 1",
8 "prepublish": "tsc"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/davewasmer/devcert.git"
13 },
14 "keywords": [
15 "ssl",
16 "certificate",
17 "openssl",
18 "trust"
19 ],
20 "author": "Dave Wasmer",
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/davewasmer/devcert/issues"
24 },
25 "homepage": "https://github.com/davewasmer/devcert#readme",
26 "devDependencies": {
27 "standard-version": "^4.0.0",
28 "typescript": "^2.2.2"
29 },
30 "dependencies": {
31 "@types/configstore": "^2.1.1",
32 "@types/debug": "^0.0.29",
33 "@types/get-port": "^0.0.4",
34 "@types/glob": "^5.0.30",
35 "@types/mkdirp": "^0.3.29",
36 "@types/node": "^7.0.11",
37 "@types/tmp": "^0.0.32",
38 "command-exists": "^1.2.2",
39 "configstore": "^3.0.0",
40 "debug": "^2.6.3",
41 "eol": "^0.8.1",
42 "get-port": "^3.0.0",
43 "glob": "^7.1.1",
44 "mkdirp": "^0.5.1",
45 "tmp": "^0.0.31",
46 "tslib": "^1.6.0"
47 }
48}