{
  "name": "angular-feature-flags",
  "title": "Angular Feature Flags",
  "version": "1.6.1",
  "description": "Feature Flag module for Angular JS apps",
  "main": "index.js",
  "keywords": [
    "angular",
    "feature flag",
    "feature switch"
  ],
  "homepage": "https://github.com/mjt01/angular-feature-flags",
  "bugs": "https://github.com/mjt01/angular-feature-flags/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/mjt01/angular-feature-flags.git"
  },
  "author": {
    "name": "Michael Taranto",
    "homepage": "https://github.com/mjt01"
  },
  "contributors": [
    {
      "name": "Mark Dalgleish",
      "homepage": "https://github.com/markdalgleish"
    }
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://mjt01.mit-license.org"
    }
  ],
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "gulp",
    "coveralls": "gulp coveralls"
  },
  "devDependencies": {
    "gh-pages": "^0.2.0",
    "gulp": "^3.6.0",
    "gulp-clean": "^0.2.4",
    "gulp-concat": "^2.2.0",
    "gulp-connect": "^2.0.5",
    "gulp-coveralls": "^0.1.2",
    "gulp-eslint": "^1.0.0",
    "gulp-header": "^1.0.2",
    "gulp-karma": "0.0.4",
    "gulp-ng-annotate": "^0.3.3",
    "gulp-rename": "^1.2.0",
    "gulp-uglify": "^0.2.1",
    "gulp-util": "^3.0.1",
    "gulp-wrap": "^0.3.0",
    "karma": "^0.12.9",
    "karma-coverage": "~0.1.5",
    "karma-jasmine": "^0.1.5",
    "karma-phantomjs-launcher": "^0.1.4",
    "opn": "^0.1.1"
  }
}
