invites
Version:
Public invites for Slack and GitHub
39 lines (38 loc) • 778 B
JSON
{
"name": "invites",
"version": "1.0.0",
"description": "Public invites for Slack and GitHub",
"keywords": [
"invite",
"invitation",
"slack",
"github"
],
"license": "MIT",
"homepage": "https://github.com/simov/invites",
"author": "Simeon Velichkov <simeonvelichkov@gmail.com> (https://simov.github.io)",
"repository": {
"type": "git",
"url": "https://github.com/simov/invites.git"
},
"dependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.4",
"request-compose": "^1.0.0"
},
"devDependencies": {
"request-logs": "0.0.5"
},
"main": "./index.js",
"files": [
"lib/",
"index.js",
"LICENSE",
"README.md",
"package.json"
],
"scripts": {},
"engines": {
"node": ">=8.0.0"
}
}