{
  "name": "ampersand-checkbox-view",
  "description": "A view module for intelligently rendering and validating checkbox input. Works well with ampersand-form-view.",
  "version": "6.1.0",
  "author": "Henrik Joreteg <henrik@andyet.net>",
  "browserify": {
    "transform": [
      "ampersand-version"
    ]
  },
  "bugs": {
    "url": "https://github.com/ampersandjs/ampersand-checkbox-view/issues"
  },
  "dependencies": {
    "ampersand-dom": "^1.5.0",
    "ampersand-version": "^1.0.2",
    "ampersand-view": "^10.0.1"
  },
  "devDependencies": {
    "ampersand-view-conventions": "^1.1.8",
    "jshint": "^2.9.4",
    "phantomjs-prebuilt": "^2.1.14",
    "precommit-hook": "^3.0.0",
    "tape": "^4.6.3",
    "zuul": "^3.11.1"
  },
  "homepage": "https://github.com/ampersandjs/ampersand-checkbox-view",
  "keywords": [
    "forms",
    "ampersand",
    "browser"
  ],
  "license": "MIT",
  "main": "ampersand-checkbox-view.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/ampersandjs/ampersand-checkbox-view"
  },
  "scripts": {
    "start": "zuul --local -- test/index.js",
    "test": "zuul --phantom -- test/index.js",
    "test-ci": "zuul -- test/index.js",
    "preversion": "git checkout master && git pull && npm ls",
    "publish-patch": "npm run preversion && npm version patch && git push origin master --tags && npm publish",
    "publish-minor": "npm run preversion && npm version minor && git push origin master --tags && npm publish",
    "publish-major": "npm run preversion && npm version major && git push origin master --tags && npm publish",
    "lint": "jshint .",
    "validate": "npm ls"
  },
  "pre-commit": [
    "lint",
    "validate",
    "test"
  ]
}
