2018-11-05 21:02:04 +00:00
|
|
|
{
|
|
|
|
"name": "@woocommerce/navigation",
|
2019-08-15 22:20:54 +00:00
|
|
|
"version": "3.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": {
|
2019-10-09 13:28:27 +00:00
|
|
|
"@babel/runtime-corejs2": "7.6.3",
|
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-09-27 18:04:12 +00:00
|
|
|
"qs": "6.9.0"
|
2018-11-05 21:02:04 +00:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
}
|
|
|
|
}
|