UNPKG

@plant/http2

Version:

Plant node.js HTTP2 module's server handler

44 lines (43 loc) 1.07 kB
{ "name": "@plant/http2", "version": "1.0.1", "description": "Plant node.js HTTP2 module's 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", "lint:exampples": "eslint exampples/**.js", "prepublishOnly": "allow-publish-tag next && npm run lint && npm test", "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" } }