gatsby-plugin-universal-menus
Version:
Gatsby plugin universal menus. Unlimited nested menus. source from local markdown files or source from anywhere
44 lines (43 loc) • 1.13 kB
JSON
{
"name": "gatsby-plugin-universal-menus",
"description": "Gatsby plugin universal menus. Unlimited nested menus. source from local markdown files or source from anywhere",
"private": false,
"author": "Martin Andersen <marander@pm.me> (@webmaistro)",
"version": "0.1.7",
"keywords": [
"markdown",
"universal",
"main-menu",
"gatsby-plugin-universal-menus",
"fotter"
],
"scripts": {
"test": "jest"
},
"files": [
"dynamic-menu.js",
"gatsby-node.js",
"index.js"
],
"repository": {
"type": "git",
"url": "https://github.com/webmaeistro/gatsby-plugin-universal-menus.git"
},
"license": "MIT",
"main": "index.js",
"bugs": {
"url": "https://github.com/webmaeistro/gatsby-plugin-universal-menus/issues"
},
"homepage": "https://github.com/webmaeistro/gatsby-plugin-universal-menus#readme",
"dependencies": {
"lodash": "^4.17.15"
},
"devDependencies": {
"babel-jest": "^25.1.0",
"babel-preset-gatsby": "^0.2.29",
"gatsby": "^2.19.19",
"identity-obj-proxy": "^3.0.0",
"jest": "^25.1.0",
"react-test-renderer": "^16.12.0"
}
}