{ "name": "https-localhost", "version": "4.6.4", "description": "HTTPS server running on localhost", "main": "index.js", "scripts": { "pretest": "eslint --ignore-path .gitignore .", "test": "node node_modules/nyc/bin/nyc.js node_modules/mocha/bin/_mocha --exit", "posttest": "node node_modules/nyc/bin/nyc.js report --reporter=lcov", "preuninstall": "node certs.js -u", "start": "node index.js" }, "bin": { "https-localhost": "index.js" }, "pkg": { "scripts": "*.js", "targets": [ "node12-macos-x64", "node12-linux-x64", "node12-win-x64" ] }, "repository": { "type": "git", "url": "git+https://github.com/daquinoaldo/https-localhost.git" }, "keywords": [ "localhost", "https", "http2", "https-server", "SSL", "express", "expressjs", "express-js" ], "author": "Aldo D'Aquino", "license": "AGPL-3.0", "bugs": { "url": "https://github.com/daquinoaldo/https-localhost/issues" }, "homepage": "https://daquinoaldo.github.io/https-localhost", "dependencies": { "appdata-path": "^1.0.0", "compression": "^1.7.4", "cors": "^2.8.5", "express": "^4.17.1", "express-minify": "^1.0.0", "spdy": "^4.0.2" }, "devDependencies": { "eslint": "^7.14.0", "eslint-config-standard": "^16.0.2", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^5.0.0", "mocha": "^8.2.1", "nyc": "^15.1.0", "sinon": "^9.2.1" } }