{
  "name": "slash-done",
  "version": "1.0.0",
  "description": "Slash command to record completed tasks as WordPress posts",
  "main": "index.js",
  "dependencies": {
    "express": "*",
    "body-parser": "*",
    "wpapi": "*",
    "striptags": "*"
  },
  "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": "GPL-2.0+",
  "homepage": "https://git.ethitter.com/open-source/slash-done"
}