1
0
Fork 0
docsearch/package.json
Maxime Locqueville 2f2508c048 v2.0.5
<a name="2.0.5"></a>
## [2.0.5](https://github.com/algolia/docsearch/compare/v2.0.4...v2.0.5) (2016-06-21)

### Bug Fixes

* **DOM:** potential issue with simple layout if there is lvl0, lvl2 but no lvl1 ([57c0101](https://github.com/algolia/docsearch/commit/57c0101))
2016-06-21 23:54:58 +02:00

70 lines
2.2 KiB
JSON

{
"name": "docsearch.js",
"version": "2.0.5",
"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 .",
"test": "BABEL_ENV=test mocha --reporter dot ./test/helpers.js ./test/*-test.js",
"test:watch": "BABEL_ENV=test mocha --reporter min --watch ./test/helpers.js ./test/*-test.js",
"test:coverage": "./scripts/test-coverage",
"gh-pages": "./scripts/gh-pages"
},
"author": "Algolia <support@algolia.com> (https://github.com/algolia/)",
"license": "MIT",
"repository": "algolia/docsearch",
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel": "^5.8.29",
"babel-core": "^5.8.29",
"babel-eslint": "^4.1.3",
"babel-istanbul": "^0.5.9",
"babel-loader": "^5.3.2",
"babel-plugin-rewire": "^0.1.22",
"conventional-changelog": "^0.5.1",
"coveralls": "^2.11.9",
"cssnano": "^3.7.0",
"doctoc": "^0.15.0",
"eslint": "^1.6.0",
"eslint-config-airbnb": "^0.1.0",
"eslint-config-algolia": "^4.7.0",
"eslint-plugin-algolia": "^1.5.0",
"eslint-plugin-react": "^3.5.1",
"expect": "^1.20.1",
"gh-pages": "^0.8.0",
"jsdom": "^7.1.1",
"json": "^9.0.4",
"mocha": "^2.5.3",
"mocha-jsdom": "^1.1.0",
"mocha-lcov-reporter": "^1.2.0",
"mversion": "^1.10.1",
"nd": "^1.2.0",
"node-sass": "^3.7.0",
"onchange": "^2.5.0",
"postcss-cli": "^2.5.2",
"pretty-bytes": "^2.0.1",
"semver": "^5.1.0",
"sinon": "^1.17.4",
"uglify-js": "^2.6.2",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
},
"peerDependencies": {},
"dependencies": {
"algoliasearch": "^3.15.0",
"autocomplete.js": "^0.20.0",
"hogan.js": "^3.0.2",
"npm-zepto": "^1.1.7",
"to-factory": "^1.0.0"
}
}