UNPKG

@plant/https

Version:

Plant node.js HTTP module's server handler

46 lines (45 loc) 1.24 kB
{ "name": "@plant/https", "version": "1.0.1", "description": "Plant node.js HTTP module's server handler", "main": "src/index.js", "engines": { "node": ">=6" }, "scripts": { "docs": "npm run jsdoc && rm -rf docs && mv tmp/docs/*/*/* docs && rm -rf tmp/docs", "jsdoc": "jsdoc --configure .jsdoc.json --verbose", "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 run lint && npm test", "ssl-cert": "openssl req -newkey rsa:2048 -nodes -keyout var/key.pem -x509 -days 365 -out var/cert.pem", "test": "mocha 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-rc12", "@plant/test-http": "^0.5.3", "allow-publish-tag": "^2.0.0", "jsdoc": "^3.6.3", "minami": "^1.2.3", "mocha": "^5.2.0", "should": "^13.2.2" }, "publishConfig": { "access": "public" } }