2018-11-05 21:02:04 +00:00
|
|
|
{
|
|
|
|
"name": "@woocommerce/navigation",
|
2019-12-02 13:08:35 +00:00
|
|
|
"version": "4.0.0",
|
2018-11-05 21:02:04 +00:00
|
|
|
"description": "WooCommerce navigation utilities.",
|
|
|
|
"author": "Automattic",
|
2019-05-18 04:19:20 +00:00
|
|
|
"license": "GPL-3.0-or-later",
|
2018-11-05 21:02:04 +00:00
|
|
|
"keywords": [
|
|
|
|
"wordpress",
|
|
|
|
"woocommerce",
|
|
|
|
"navigation"
|
|
|
|
],
|
2019-03-13 17:14:02 +00:00
|
|
|
"homepage": "https://github.com/woocommerce/woocommerce-admin/tree/master/packages/navigation/README.md",
|
2018-11-05 21:02:04 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-03-13 17:14:02 +00:00
|
|
|
"url": "https://github.com/woocommerce/woocommerce-admin.git"
|
2018-11-05 21:02:04 +00:00
|
|
|
},
|
|
|
|
"bugs": {
|
2019-03-13 17:14:02 +00:00
|
|
|
"url": "https://github.com/woocommerce/woocommerce-admin/issues"
|
2018-11-05 21:02:04 +00:00
|
|
|
},
|
|
|
|
"main": "build/index.js",
|
|
|
|
"module": "build-module/index.js",
|
|
|
|
"react-native": "src/index",
|
|
|
|
"dependencies": {
|
2020-02-06 01:16:24 +00:00
|
|
|
"@babel/runtime-corejs2": "7.8.4",
|
2019-09-27 19:08:57 +00:00
|
|
|
"history": "4.10.1",
|
2019-07-31 15:55:20 +00:00
|
|
|
"lodash": "4.17.15",
|
2019-11-13 08:51:47 +00:00
|
|
|
"qs": "6.9.1"
|
2018-11-05 21:02:04 +00:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
}
|
|
|
|
}
|