UNPKG

apisearch-autocomplete

Version:

Javascript User interface for a fully customized autocomplete search.

63 lines (62 loc) 2 kB
{ "name": "apisearch-autocomplete", "version": "0.1.5", "description": "Javascript User interface for a fully customized autocomplete search.", "main": "./dist/apisearch-autocomplete.js", "scripts": { "examples": "webpack-dev-server --config webpack.dev.js --content-base dist --port 1234", "dev": "webpack --config ./webpack.dev.js --progress --colors --watch", "test": "jest --config jest.config.js", "build": "webpack --config ./webpack.dev.js", "build:min": "webpack --config ./webpack.prod.js", "dist": "npm t; rm -rf ./dist/*; npm run build && npm run build:min" }, "license": "MIT", "author": "Puntmig Development <hello@puntmig.com>", "repository": { "type": "git", "url": "https://github.com/apisearch-io/apisearch-autocomplete.git" }, "bugs": { "url": "https://github.com/apisearch-io/apisearch-autocomplete/issues" }, "homepage": "https://github.com/apisearch-io/apisearch-autocomplete", "keywords": [ "es6", "autocomplete", "apisearch" ], "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-eslint": "^8.2.1", "babel-jest": "^21.2.0", "babel-loader": "^7.1.2", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-transform-react-jsx": "^6.24.1", "babel-preset-es2015": "^6.24.1", "babel-preset-stage-2": "^6.24.1", "chai": "^4.1.2", "css-loader": "^0.28.9", "eslint": "^4.17.0", "eslint-loader": "^1.9.0", "extract-text-webpack-plugin": "^3.0.2", "jest-cli": "^21.2.1", "node-sass": "^4.7.2", "optimize-css-assets-webpack-plugin": "^3.2.0", "preact-render-spy": "^1.2.2", "sass-loader": "^6.0.6", "style-loader": "^0.19.0", "webpack": "^3.11.0", "webpack-dev-server": "^2.11.1", "webpack-merge": "^4.1.1", "yargs": "^8.0.2" }, "dependencies": { "apisearch": "^0.1.22", "hogan.js": "^3.0.2", "lodash": "^4.17.5", "preact": "^8.2.7", "unistore": "^3.0.4" } }