2018-11-05 21:02:04 +00:00
|
|
|
{
|
|
|
|
"name": "@woocommerce/navigation",
|
2019-04-11 18:43:45 +00:00
|
|
|
"version": "2.1.0",
|
2018-11-05 21:02:04 +00:00
|
|
|
"description": "WooCommerce navigation utilities.",
|
|
|
|
"author": "Automattic",
|
|
|
|
"license": "GPL-2.0-or-later",
|
|
|
|
"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-05-01 00:39:50 +00:00
|
|
|
"@babel/runtime-corejs2": "7.4.4",
|
2019-03-27 08:46:33 +00:00
|
|
|
"history": "4.9.0",
|
2019-04-11 18:43:45 +00:00
|
|
|
"lodash": "4.17.11",
|
|
|
|
"qs": "6.7.0"
|
2018-11-05 21:02:04 +00:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
}
|
|
|
|
}
|