{
  "name": "togg",
  "version": "0.6.1",
  "description": "Angular UI directive for toggling classes and beyond",
  "main": "togg.js",
  "scripts": {
    "lint": "eslint . --ext .js",
    "preversion": "npm test",
    "pretest": "npm run lint",
    "test": "node test.js"
  },
  "author": "Ryan Van Etten",
  "license": "MIT",
  "homepage": "https://github.com/ryanve/togg",
  "keywords": [
    "angular",
    "angular-directive",
    "directives",
    "directive",
    "interaction",
    "prototyping",
    "behavior",
    "toggles",
    "toggle",
    "states",
    "click",
    "ui-directive",
    "ui-component",
    "ui-state",
    "ui"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ryanve/togg.git"
  },
  "bugs": {
    "url": "https://github.com/ryanve/togg/issues"
  },
  "devDependencies": {
    "eslint": "^3.17.1",
    "open": "0.0.5"
  }
}
