Skip to content
Snippets Groups Projects
Commit 8435e1eb authored by Erick Hitter's avatar Erick Hitter
Browse files

Starting somewhere

parents
No related branches found
No related tags found
Loading
{
"endpoint": "",
"username": "",
"password": ""
}
{
"name": "slash-done",
"version": "1.0.0",
"description": "Slash command to record completed tasks as WordPress posts",
"main": "index.js",
"dependencies": {
"body-parser": "*",
"express": "*",
"request": "*",
"wpapi": "*"
},
"devDependencies": {},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://ethitter@git.ethitter.com/open-source/slash-done.git"
},
"author": "ethitter",
"license": "GPLv2",
"homepage": "https://git.ethitter.com/open-source/slash-done"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment