@plant/https2
Version:
Plant node.js HTTP2 module's SSL server handler
44 lines (43 loc) • 1.05 kB
JSON
{
"name": "@plant/https2",
"version": "1.0.2",
"description": "Plant node.js HTTP2 module's SSL server handler",
"main": "src/index.js",
"engines": {
"node": ">=8"
},
"scripts": {
"lint": "npm run lint:src && npm run lint:test",
"lint:src": "eslint src/**.js",
"lint:test": "eslint test/**.js",
"prepublishOnly": "allow-publish-tag next && npm test",
"ssl": "utils/ssl.sh var/ssl",
"test": "testup run test/*.spec.js"
},
"repository": {
"type": "git",
"url": "github.com/rumkin/plant"
},
"keywords": [
"plant",
"http",
"native-http"
],
"author": "Rumkin <dev@rumk.in> (https://rumk.in/)",
"license": "MIT",
"dependencies": {
"@plant/http-adapter": "^1.4.0"
},
"devDependencies": {
"@plant/plant": "^2.0.0",
"@plant/test-http": "^0.5.3",
"@testup/cli": "^0.4.0",
"@testup/console-reporter": "^0.1.1",
"@testup/core": "^0.1.2",
"allow-publish-tag": "^2.0.0",
"should": "^13.2.2"
},
"publishConfig": {
"access": "public"
}
}