{
  "name": "alfred-ng",
  "version": "1.2.0",
  "description": "Search through the Angular documentation",
  "license": "MIT",
  "repository": "SamVerschueren/alfred-ng",
  "author": {
    "name": "Sam Verschueren",
    "email": "sam.verschueren@gmail.com",
    "url": "github.com/SamVerschueren"
  },
  "engines": {
    "node": ">=4"
  },
  "scripts": {
    "test": "xo && ava",
    "postinstall": "alfy-init",
    "preuninstall": "alfy-cleanup"
  },
  "files": [
    "index.js",
    "icon.png",
    "info.plist",
    "icons",
    "lib"
  ],
  "keywords": [
    "alfred",
    "ng",
    "angular",
    "ng2",
    "angular2",
    "itsjustangular",
    "justangular",
    "workflow",
    "alfred-workflow",
    "alfy"
  ],
  "dependencies": {
    "alfy": "^0.9.0",
    "lodash.uniqwith": "^4.5.0"
  },
  "devDependencies": {
    "alfy-test": "^0.3.0",
    "ava": "*",
    "xo": "*"
  }
}
