2018-11-05 21:02:04 +00:00
|
|
|
{
|
|
|
|
"name": "@woocommerce/navigation",
|
2019-02-07 01:26:22 +00:00
|
|
|
"version": "2.0.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"
|
|
|
|
],
|
|
|
|
"homepage": "https://github.com/WooCommerce/wc-admin/tree/master/packages/navigation/README.md",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/WooCommerce/wc-admin.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/WooCommerce/wc-admin/issues"
|
|
|
|
},
|
|
|
|
"main": "build/index.js",
|
|
|
|
"module": "build-module/index.js",
|
|
|
|
"react-native": "src/index",
|
|
|
|
"dependencies": {
|
|
|
|
"@babel/runtime": "^7.0.0",
|
|
|
|
"history": "4.7.2",
|
|
|
|
"lodash": "^4.17.11",
|
|
|
|
"qs": "^6.5.2"
|
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
}
|
|
|
|
}
|