{
  "name": "fepper-ui",
  "version": "0.10.1",
  "description": "The client-side package that powers the Fepper UI",
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "lint": "eslint scripts && eslint test",
    "test": "npm run test:unit && npm run test:e2e",
    "test:e2e": "node test/e2e",
    "test:unit": "nyc mocha --exit --require @babel/register test/unit"
  },
  "husky": {
    "hooks": {
      "pre-push": "npm run lint && npm test"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/electric-eloquence/fepper-ui.git"
  },
  "keywords": [
    "atomic",
    "component",
    "design",
    "end",
    "fepper",
    "front",
    "front-end",
    "frontend",
    "lab",
    "library",
    "pattern",
    "prototype",
    "prototyper",
    "prototyping",
    "template"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/electric-eloquence/fepper-ui/issues"
  },
  "homepage": "https://github.com/electric-eloquence/fepper-ui#readme",
  "dependencies": {
    "feplet": "^1.2.4",
    "he": "1.2.0",
    "jquery": "^3.5.1",
    "mousetrap": "1.6.5",
    "redux": "^4.0.5",
    "requerio": "^0.7.5",
    "typeahead.js": "0.10.5",
    "universal-cookie": "4.0.3",
    "wolfy87-eventemitter": "5.2.9"
  },
  "devDependencies": {
    "@babel/core": "^7.11.5",
    "@babel/eslint-parser": "^7.16.3",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/plugin-transform-runtime": "^7.11.5",
    "@babel/preset-env": "^7.11.5",
    "@babel/register": "^7.11.5",
    "@babel/runtime": "^7.11.2",
    "@wdio/cli": "^7.20.5",
    "@wdio/local-runner": "^7.20.5",
    "@wdio/mocha-framework": "^7.20.3",
    "@wdio/spec-reporter": "^7.20.3",
    "chai": "4.x",
    "chai-webdriverio": "^1.0.0",
    "cheerio": "1.0.0-rc.3",
    "chromedriver": "103.x",
    "coveralls": "3.x",
    "eslint": "8.x",
    "fepper": "*",
    "fepper-ui": "*",
    "husky": "4.x",
    "jsdom": "^20.0.0",
    "mkdirp": "^1.0.3",
    "mocha": "8.x",
    "nyc": "15.x",
    "rollup": "^2.21.0",
    "sinon": "9.x",
    "wdio-chromedriver-service": "^7.3.2",
    "webdriverio": "^7.20.5"
  }
}
