{
  "name": "toggle-array",
  "description": "In an array of objects, this enables a property on the object at the specified index, while disabling the property on all other objects.",
  "version": "0.1.0",
  "homepage": "https://github.com/jonschlinkert/toggle-array",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "repository": "jonschlinkert/toggle-array",
  "bugs": {
    "url": "https://github.com/jonschlinkert/toggle-array/issues"
  },
  "license": "Released under the MIT license.",
  "files": [
    "index.js",
    "LICENSE"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "keywords": [
    "array",
    "toggle"
  ],
  "devDependencies": {
    "gulp-format-md": "^0.1.10",
    "mocha": "^3.0.2"
  },
  "dependencies": {
    "isobject": "^2.1.0"
  },
  "verb": {
    "toc": false,
    "layout": "default",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "lint": {
      "reflinks": true
    },
    "related": {
      "list": []
    },
    "reflinks": [
      "verb",
      "verb-generate-readme"
    ]
  }
}
