31 lines
732 B
JSON
31 lines
732 B
JSON
{
|
|
"name": "@woocommerce/number",
|
|
"version": "1.0.1",
|
|
"description": "Number formatting utilities for WooCommerce.",
|
|
"author": "Automattic",
|
|
"license": "GPL-2.0-or-later",
|
|
"keywords": [
|
|
"wordpress",
|
|
"woocommerce"
|
|
],
|
|
"homepage": "https://github.com/WooCommerce/wc-admin/tree/master/packages/number/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-corejs2": "7.3.1",
|
|
"locutus": "^2.0.10",
|
|
"lodash": "^4.17.11"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|