{
  "name": "alfred-workflow-workflow",
  "version": "1.0.1",
  "description": "An alfred workflow to help making workflows with alfy",
  "license": "MIT",
  "repository": "dnnsmnstrr/alfred-workflow",
  "author": {
    "name": "Dennis Muensterer",
    "email": "dennismuensterer@gmail.com",
    "url": "muensterer.xyz"
  },
  "engines": {
    "node": ">=4"
  },
  "scripts": {
    "test": "ava",
    "postinstall": "alfy-init",
    "preuninstall": "alfy-cleanup",
    "link": "./node_modules/.bin/alfred-link",
    "unlink": "./node_modules/.bin/alfred-unlink",
    "local": "yarn install --ignore-scripts"
  },
  "files": [
    "index.js",
    "icon.png",
    "info.plist",
    "src/*"
  ],
  "keywords": [
    "alfred",
    "workflow",
    "alfy",
    "yodawg"
  ],
  "dependencies": {
    "alfy": "^0.10.0"
  },
  "devDependencies": {
    "alfy-test": "^0.3.0",
    "ava": "^0.18.0",
    "xo": "^0.17.0"
  }
}
