-
- Downloads
Starting somewhere
parents
No related branches found
No related tags found
config-sample.json
0 → 100644
index.js
0 → 100644
package.json
0 → 100644
{ | |||
"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" | |||
} |
Please register or sign in to comment