incito
Version:
Easiest way to turn a function into a web server!
53 lines (52 loc) • 1.05 kB
JSON
{
"name": "incito",
"version": "3.0.0",
"description": "Easiest way to turn a function into a web server!",
"main": "index.js",
"scripts": {
"test": "ava",
"posttest": "npm run lint -s",
"lint": "eslint . --cache",
"cover": "nyc npm test -s"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gurpreetatwal/incito.git"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"index.js",
"lib"
],
"keywords": [
"net",
"tls",
"createServer",
"util",
"http",
"https",
"serve",
"express",
"koa",
"testing",
"superagent",
"request",
"axios",
"got"
],
"author": "Gurpreet Atwal <git@gatwal.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gurpreetatwal/incito/issues"
},
"homepage": "https://github.com/gurpreetatwal/incito#readme",
"devDependencies": {
"ava": "^3.0.0",
"eslint": "^7.9.0",
"greenkeeper-lockfile": "^1.15.1",
"nyc": "^15.0.0",
"semantic-release": "^17.0.0"
}
}