{
  "name": "angular-feature-flags",
  "version": "1.6.1",
  "authors": [
    {
      "name": "Michael Taranto",
      "homepage": "https://github.com/mjt01"
    },
    {
      "name": "Mark Dalgleish",
      "homepage": "https://github.com/markdalgleish"
    }
  ],
  "dependencies": {
    "angular": ">=1.2"
  },
  "description": "Feature Flag module for Angular JS apps",
  "homepage": "https://github.com/mjt01/angular-feature-flags",
  "ignore": [
    "*",
    "!dist/**/*",
    "!README.md"
  ],
  "main": [
    "dist/featureFlags.js"
  ],
  "license": "MIT"
}
