UNPKG

@plant/http

Version:

Plant node.js HTTP module's server handler

45 lines (44 loc) 1.13 kB
{ "name": "@plant/http", "version": "1.0.4", "description": "Plant node.js HTTP module's server handler", "main": "src/index.js", "engines": { "node": ">=6" }, "scripts": { "lint": "npm run lint:src && npm run lint:test", "lint:src": "eslint src/**.js", "lint:test": "eslint test/**.js", "test": "mocha test/*.spec.js", "jsdoc": "jsdoc --configure .jsdoc.json --verbose", "docs": "npm run jsdoc && rm -rf docs && mv tmp/docs/*/*/* docs && rm -rf tmp/docs", "prepublishOnly": "allow-publish-tag next && npm run lint && npm test" }, "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", "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" } }