{
  "name": "accessible-typeahead",
  "version": "0.5.0",
  "main": "dist/accessible-typeahead.min.js",
  "style": "dist/styled.min.css",
  "description": "A typeahead component, built to be accessible.",
  "repository": "alphagov/accessible-typeahead",
  "author": "Theodor Vararu <theodor.vararu@digital.cabinet-office.gov.uk>",
  "license": "MIT",
  "keywords": [
    "a11y",
    "accessibility",
    "autocomplete",
    "component",
    "plugin",
    "typeahead",
    "widget"
  ],
  "scripts": {
    "build:css": "csso examples/styled.css -o dist/accessible-typeahead.min.css",
    "build:js": "cross-env NODE_ENV=production webpack -p --progress --display-modules",
    "build": "run-p 'build:*'",
    "dev": "cross-env NODE_ENV=development webpack-dev-server --inline --hot --progress",
    "karma:dev": "karma start test/karma.config.js",
    "karma": "npm run karma:dev -- --single-run",
    "postversion": "git push && git push --tags",
    "preversion": "npm test",
    "standard": "standard",
    "test": "run-p standard karma wdio",
    "version": "npm build && git add -A dist",
    "wdio": "wdio test/wdio.config.js && git checkout dist/"
  },
  "dependencies": {
    "preact": "^6.0.0"
  },
  "devDependencies": {
    "babel-core": "^6.14.0",
    "babel-eslint": "^7.0.0",
    "babel-loader": "^6.2.5",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-react-jsx": "^6.8.0",
    "babel-preset-es2015": "^6.14.0",
    "babel-preset-stage-0": "^6.5.0",
    "babel-register": "^6.14.0",
    "babel-runtime": "^6.11.6",
    "chai": "^3.5.0",
    "cross-env": "^3.1.3",
    "csso-cli": "^1.0.0",
    "dotenv": "^4.0.0",
    "isparta-loader": "^2.0.0",
    "karma": "^1.0.0",
    "karma-chai": "^0.1.0",
    "karma-chai-sinon": "^0.1.5",
    "karma-coverage": "^1.1.1",
    "karma-mocha": "^1.0.1",
    "karma-mocha-reporter": "^2.1.0",
    "karma-phantomjs-launcher": "^1.0.2",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^2.0.1",
    "mocha": "^3.0.0",
    "npm-run-all": "^4.0.2",
    "phantomjs-prebuilt": "^2.1.12",
    "replace-bundle-webpack-plugin": "^1.0.0",
    "sinon": "^1.17.5",
    "sinon-chai": "^2.8.0",
    "source-map-loader": "^0.1.5",
    "standard": "^8.6.0",
    "v8-lazy-parse-webpack-plugin": "^0.3.0",
    "wdio-mocha-framework": "^0.5.10",
    "wdio-phantomjs-service": "^0.2.2",
    "wdio-sauce-service": "^0.4.0",
    "wdio-spec-reporter": "^0.1.0",
    "wdio-static-server-service": "^1.0.1",
    "wdio-webpack-service": "^1.0.1",
    "webdriverio": "^4.8.0",
    "webpack": "^2.5.0",
    "webpack-dev-server": "^2.4.5"
  },
  "standard": {
    "parser": "babel-eslint"
  }
}
