31 lines
757 B
JSON
31 lines
757 B
JSON
{
|
|
"name": "@woocommerce/number",
|
|
"version": "1.0.2",
|
|
"description": "Number formatting utilities for WooCommerce.",
|
|
"author": "Automattic",
|
|
"license": "GPL-2.0-or-later",
|
|
"keywords": [
|
|
"wordpress",
|
|
"woocommerce"
|
|
],
|
|
"homepage": "https://github.com/woocommerce/woocommerce-admin/tree/master/packages/number/README.md",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/woocommerce/woocommerce-admin.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/woocommerce/woocommerce-admin/issues"
|
|
},
|
|
"main": "build/index.js",
|
|
"module": "build-module/index.js",
|
|
"react-native": "src/index",
|
|
"dependencies": {
|
|
"@babel/runtime-corejs2": "7.4.3",
|
|
"locutus": "2.0.10",
|
|
"lodash": "4.17.11"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|