gatsby-plugin-algolia-docsearch-appid
Version:
A Gatsby plugin for integrating with Algolia DocSearch. Includes parameter for appId if you run your own instance.
35 lines (34 loc) • 1.05 kB
JSON
{
"name": "gatsby-plugin-algolia-docsearch-appid",
"version": "0.0.4",
"description": "A Gatsby plugin for integrating with Algolia DocSearch. Includes parameter for appId if you run your own instance.",
"author": "(Original) Jimmy Cann <mail@jimmycann.com>, (Fork) Steve Swanson <steve.e.swanson@gmail.com>",
"dependencies": {
"@babel/runtime": "^7.0.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"babel-preset-gatsby-package": "^0.1.4",
"cross-env": "^5.1.4"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"algolia",
"docsearch",
"algolia docsearch",
"algolia-docsearch"
],
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"gatsby": "^2.0.0"
},
"repository": "https://github.com/zero0Halo/gatsby-plugin-algolia-docsearch",
"scripts": {
"build": "babel src --out-dir . --ignore **/__tests__",
"prepare": "cross-env NODE_ENV=production npm run build",
"watch": "babel -w src --out-dir . --ignore **/__tests__"
}
}