2018-11-05 21:02:04 +00:00
|
|
|
{
|
2020-02-14 02:23:21 +00:00
|
|
|
"name": "@woocommerce/navigation",
|
2020-11-10 00:39:19 +00:00
|
|
|
"version": "5.2.0",
|
2020-02-14 02:23:21 +00:00
|
|
|
"description": "WooCommerce navigation utilities.",
|
|
|
|
"author": "Automattic",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"keywords": [
|
|
|
|
"wordpress",
|
|
|
|
"woocommerce",
|
|
|
|
"navigation"
|
|
|
|
],
|
2020-06-17 17:39:41 +00:00
|
|
|
"homepage": "https://github.com/woocommerce/woocommerce-admin/tree/main/packages/navigation/README.md",
|
2020-02-14 02:23:21 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/woocommerce/woocommerce-admin.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/woocommerce/woocommerce-admin/issues"
|
|
|
|
},
|
|
|
|
"main": "build/index.js",
|
|
|
|
"module": "build-module/index.js",
|
|
|
|
"react-native": "src/index",
|
|
|
|
"dependencies": {
|
2020-11-05 00:50:38 +00:00
|
|
|
"@babel/runtime-corejs2": "7.12.5",
|
2020-02-14 02:23:21 +00:00
|
|
|
"history": "4.10.1",
|
|
|
|
"lodash": "4.17.15",
|
2020-08-13 03:40:43 +00:00
|
|
|
"qs": "6.9.4"
|
2020-02-14 02:23:21 +00:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
}
|
2018-11-05 21:02:04 +00:00
|
|
|
}
|