{ "name": "docsearch.js", "version": "2.5.2", "description": "Add an autocomplete dropdown to your documentation", "main": "dist/npm/index.js", "scripts": { "dev": "./scripts/dev", "dev:docs": "./scripts/dev-docs", "serve": "./scripts/serve", "doctoc": "doctoc --maxlevel 3 README.md CONTRIBUTING.md", "build": "./scripts/build", "build:css": "./scripts/build-css", "build:js": "./scripts/build-js", "build:docs": "./scripts/build-docs", "release": "./scripts/release", "release:beta": "./scripts/release-beta", "lint": "eslint .", "lint:fix": "npm run lint -- --fix", "test": "jest --coverage && npm run lint", "test:watch": "jest --watch" }, "files": [ "dist/" ], "author": "Algolia (https://github.com/algolia/)", "license": "MIT", "repository": "algolia/docsearch", "renovate": { "extends": [ "config:library", "schedule:weekends", ":automergeMinor", ":automergeBranchPush", ":semanticCommits", ":rebaseStalePrs", ":timezone(Europe/Paris)" ] }, "devDependencies": { "autoprefixer": "7.2.6", "babel-cli": "6.26.0", "babel-core": "6.26.3", "babel-eslint": "8.2.3", "babel-istanbul": "0.12.2", "babel-jest": "21.2.0", "babel-loader": "7.1.4", "babel-plugin-rewire": "1.1.0", "babel-preset-env": "1.7.0", "babel-preset-stage-3": "6.24.1", "conventional-changelog-cli": "1.3.22", "cssnano": "3.10.0", "doctoc": "1.3.1", "eslint": "4.19.1", "eslint-config-algolia": "13.1.0", "eslint-config-prettier": "2.9.0", "eslint-plugin-import": "2.12.0", "eslint-plugin-jest": "21.15.1", "eslint-plugin-prettier": "2.6.0", "gh-pages": "1.1.0", "jest": "21.2.1", "jsdom": "11.10.0", "json": "9.0.6", "mversion": "1.10.1", "node-sass": "4.9.0", "onchange": "4.0.0", "postcss-cli": "4.1.1", "prettier": "1.12.1", "pretty-bytes-cli": "2.0.0", "semver": "5.5.0", "sinon": "4.5.0", "uglify-js": "3.3.26", "webpack": "3.12.0", "webpack-dev-server": "2.11.2" }, "peerDependencies": {}, "dependencies": { "algoliasearch": "^3.24.5", "autocomplete.js": "^0.30.0", "hogan.js": "^3.0.2", "to-factory": "^1.0.0" } }