-
- Downloads
Basic request handling
parent
0bc9524c
No related branches found
No related tags found
... | ... | @@ -4,9 +4,8 @@ |
"description": "Slash command to record completed tasks as WordPress posts", | ||
"main": "index.js", | ||
"dependencies": { | ||
"body-parser": "*", | ||
"express": "*", | ||
"request": "*", | ||
"body-parser": "*", | ||
"wpapi": "*" | ||
}, | ||
"devDependencies": {}, | ||
... | ... | @@ -19,6 +18,6 @@ |
"url": "git+https://ethitter@git.ethitter.com/open-source/slash-done.git" | ||
}, | ||
"author": "ethitter", | ||
"license": "GPLv2", | ||
"license": "GPL-2.0+", | ||
"homepage": "https://git.ethitter.com/open-source/slash-done" | ||
} |
Please register or sign in to comment