2018-10-30 18:57:48 +00:00
|
|
|
{
|
|
|
|
"name": "@woocommerce/currency",
|
2019-08-15 22:20:54 +00:00
|
|
|
"version": "1.1.3",
|
2018-10-30 18:57:48 +00:00
|
|
|
"description": "WooCommerce currency utilities.",
|
|
|
|
"author": "Automattic",
|
2019-05-18 04:19:20 +00:00
|
|
|
"license": "GPL-3.0-or-later",
|
2018-10-30 18:57:48 +00:00
|
|
|
"keywords": [
|
|
|
|
"wordpress",
|
|
|
|
"woocommerce",
|
|
|
|
"currency"
|
|
|
|
],
|
2019-03-13 17:14:02 +00:00
|
|
|
"homepage": "https://github.com/woocommerce/woocommerce-admin/tree/master/packages/currency/README.md",
|
2018-10-30 18:57:48 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-03-13 17:14:02 +00:00
|
|
|
"url": "https://github.com/woocommerce/woocommerce-admin.git"
|
2018-10-30 18:57:48 +00:00
|
|
|
},
|
|
|
|
"bugs": {
|
2019-03-13 17:14:02 +00:00
|
|
|
"url": "https://github.com/woocommerce/woocommerce-admin/issues"
|
2018-10-30 18:57:48 +00:00
|
|
|
},
|
|
|
|
"main": "build/index.js",
|
|
|
|
"module": "build-module/index.js",
|
|
|
|
"react-native": "src/index",
|
|
|
|
"dependencies": {
|
2019-07-29 17:29:52 +00:00
|
|
|
"@babel/runtime-corejs2": "7.5.5",
|
2019-10-04 07:25:23 +00:00
|
|
|
"@woocommerce/number": "1.0.2"
|
2018-10-30 18:57:48 +00:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
}
|
|
|
|
}
|