UNPKG

gatsby-plugin-algolia-docsearch

Version:
39 lines (38 loc) 1.13 kB
{ "name": "gatsby-plugin-algolia-docsearch", "version": "1.0.5", "description": "A Gatsby plugin for integrating with Algolia DocSearch", "author": "Jimmy Cann <mail@jimmycann.com>", "bugs": { "url": "https://github.com/ironstar-io/gatsby-plugin-algolia-docsearch/issues" }, "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" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-tagmanager#readme", "keywords": [ "gatsby", "gatsby-plugin", "algolia", "docsearch", "algolia docsearch", "algolia-docsearch" ], "license": "MIT", "main": "index.js", "peerDependencies": { "gatsby": "^2.0.0" }, "repository": "https://github.com/ironstar-io/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__" } }