{
  "name": "piez",
  "version": "1.0.8",
  "description": "Simple mobile browser library for toggling vibration.",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "scripts": {
    "build": "browserify -o docs/bundle.js ./index.js -s Piez",
    "lint": "xo",
    "lint:fix": "xo --fix",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/goatandsheep/vibrate-toggle.git"
  },
  "keywords": [
    "vibrate",
    "vibration",
    "mobile",
    "piez",
    "piezo",
    "piezometer",
    "buzzer"
  ],
  "author": "Kemal Ahmed",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/goatandsheep/vibrate-toggle/issues"
  },
  "homepage": "https://github.com/goatandsheep/vibrate-toggle#readme",
  "devDependencies": {
    "browserify": "^17.0.0",
    "codecov": "^3.8.1",
    "jest": "^26.6.3",
    "xo": "^0.37.1"
  },
  "xo": {
    "envs": [
      "browser",
      "jest"
    ],
    "ignores": [
      "docs"
    ]
  }
}
