2019-01-28 23:34:56 +00:00
|
|
|
{
|
|
|
|
"name": "@woocommerce/number",
|
2019-08-15 22:20:54 +00:00
|
|
|
"version": "1.0.4",
|
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"
|
|
|
|
],
|
2019-03-13 17:14:02 +00:00
|
|
|
"homepage": "https://github.com/woocommerce/woocommerce-admin/tree/master/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": {
|
2019-07-29 17:29:52 +00:00
|
|
|
"@babel/runtime-corejs2": "7.5.5",
|
2019-07-02 00:26:35 +00:00
|
|
|
"locutus": "2.0.11",
|
2019-07-31 15:55:20 +00:00
|
|
|
"lodash": "4.17.15"
|
2019-01-28 23:34:56 +00:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
}
|
2019-01-29 23:37:25 +00:00
|
|
|
}
|