{
  "name": "@zcomp/toggler",
  "version": "0.0.6",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "dependencies": {
    "@zcomp/closest": "^0.0.4"
  },
  "devDependencies": {
    "@types/chai": "^4.0.5",
    "@types/jsdom": "^11.0.4",
    "@types/mocha": "^2.2.45",
    "chai": "^4.1.2",
    "jsdom": "^11.3.0",
    "jsdom-global": "^3.0.2",
    "mocha": "^4.1.0",
    "ts-loader": "^3.1.1",
    "ts-node": "^4.1.0",
    "typescript": "^2.6.1",
    "uglifyjs-webpack-plugin": "^1.1.5",
    "webpack": "^3.8.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zenwarr/zw-toggler"
  },
  "bugs": {
    "url": "https://github.com/zenwarr/zw-toggler/issues"
  },
  "scripts": {
    "build": "webpack",
    "watch": "webpack --watch",
    "test": "mocha --require ts-node/register --require jsdom-global/register ./test.ts"
  },
  "author": "zenwarr",
  "license": "MIT"
}
