2019-01-28 23:34:56 +00:00
|
|
|
{
|
|
|
|
"name": "@woocommerce/number",
|
2019-12-02 13:08:35 +00:00
|
|
|
"version": "2.0.0",
|
2019-01-28 23:34:56 +00:00
|
|
|
"description": "Number formatting utilities for WooCommerce.",
|
|
|
|
"author": "Automattic",
|
2019-05-18 04:19:20 +00:00
|
|
|
"license": "GPL-3.0-or-later",
|
2019-01-28 23:34:56 +00:00
|
|
|
"keywords": [
|
|
|
|
"wordpress",
|
|
|
|
"woocommerce"
|
|
|
|
],
|
2020-06-17 17:39:41 +00:00
|
|
|
"homepage": "https://github.com/woocommerce/woocommerce-admin/tree/main/packages/number/README.md",
|
2019-01-28 23:34:56 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-03-13 17:14:02 +00:00
|
|
|
"url": "https://github.com/woocommerce/woocommerce-admin.git"
|
2019-01-28 23:34:56 +00:00
|
|
|
},
|
|
|
|
"bugs": {
|
2019-03-13 17:14:02 +00:00
|
|
|
"url": "https://github.com/woocommerce/woocommerce-admin/issues"
|
2019-01-28 23:34:56 +00:00
|
|
|
},
|
|
|
|
"main": "build/index.js",
|
|
|
|
"module": "build-module/index.js",
|
|
|
|
"react-native": "src/index",
|
|
|
|
"dependencies": {
|
2020-07-17 02:29:37 +00:00
|
|
|
"@babel/runtime-corejs2": "7.10.5",
|
2019-10-01 08:02:53 +00:00
|
|
|
"locutus": "2.0.11"
|
2019-01-28 23:34:56 +00:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
}
|
2019-01-29 23:37:25 +00:00
|
|
|
}
|