-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
42 lines (42 loc) · 945 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@stackbit/gatsby-plugin-menus",
"description": "Gatsby menus plugin",
"version": "0.0.4",
"keywords": [
"gatsby",
"gatsby-plugin",
"menus",
"gatsby-plugin-menus",
"gatsby-menus"
],
"scripts": {
"test": "jest"
},
"files": [
"dynamic-menu.js",
"gatsby-node.js",
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/stackbithq/gatsby-plugin-menus.git"
},
"author": "Stackbit",
"license": "MIT",
"main": "index.js",
"bugs": {
"url": "https://github.com/stackbithq/gatsby-plugin-menus/issues"
},
"homepage": "https://github.com/stackbithq/gatsby-plugin-menus#readme",
"dependencies": {
"lodash": "^4.17.11"
},
"devDependencies": {
"babel-jest": "^24.7.1",
"babel-preset-gatsby": "^0.1.11",
"gatsby": "^2.5.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.7.1",
"react-test-renderer": "^16.8.6"
}
}